26 Oct
2005
26 Oct
'05
11:59 a.m.
Hi, how is it possible to inherit from all items inside mpl::vector? template< typename V > class multi : .... // ????? {}; typedef multi < mpl::vector< A ,B, C > > multi _t; multi_t m; // m has all public and protected member functions of A, B and C Best Regards, Oliver