
27 Oct
2005
27 Oct
'05
3:08 p.m.
<Oliver.Kowalke@infineon.com> writes:
Hello, is it possible to store templates instead of complete types in boost::mpl::vector?
Just store placeholder expressions. mpl::vector<template1<_,_>, template2<_,_> > To instantiate those templates, you just mpl::apply< placeholder_expression, arg1, arg2 >::type I can't easily tell what you're after below, so I don't have a more complete example for you. <snip your code> -- Dave Abrahams Boost Consulting www.boost-consulting.com