
27 Jan
2011
27 Jan
'11
6:21 p.m.
Does MPL already have a metafunction which takes a type, which is a nullary metafunction, and returns the nullary metafunction's nested type ? As in: template < class T > struct get_type : T { };