
5 Feb
2004
5 Feb
'04
7:08 p.m.
Is there a way to get back a variant's type list? void f() { typedef mpl::vector<int,double> type_list; typedef make_variant_over<type_list>::type variant_type; BOOST_STATIC_ASSERT(is_same<type_list, variant_type::???>::value); } Thanks!