2 Jul
2009
2 Jul
'09
11:16 a.m.
Is there a type-only based way (e.g. with fold) of getting mpl to stamp out
template functions for a collection of types?
For example, this appears to work using mpl::for_each
template <typename T>
void Foo();
typedef mpl::vector