Searched defs:outer_constructor_signature (Results 1 – 1 of 1) sorted by relevance
129 struct outer_constructor_signature struct131 typedef typename mpl::pop_front<InnerSignature>::type inner_args;132 typedef typename mpl::push_front<inner_args,object>::type outer_args;133 typedef typename mpl::push_front<outer_args,void>::type type;138 struct outer_constructor_signature<int> struct140 typedef int type;