Home
last modified time | relevance | path

Searched defs:outer_constructor_signature (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/python/
Dmake_constructor.hpp129 struct outer_constructor_signature struct
131 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> struct
140 typedef int type;