C++ boost mpl vector
- by Gokul
I understand that the following code won't work, as i is a runtime parameter and not a compile time parameter. But i want to know, whether there is a way to achieve the same. i have a list of classes and i need to call a template function, with each of these classes.
void
GucTable::refreshSessionParams()
{
typedef boost::mpl::vector<…