#include <make_constructor.hpp>
Public Types | |
typedef mpl::pop_front < InnerSignature >::type | inner_args |
typedef mpl::push_front < inner_args, object >::type | outer_args |
typedef mpl::push_front < outer_args, void >::type | type |
typedef mpl::pop_front<InnerSignature>::type boost::python::detail::outer_constructor_signature< InnerSignature >::inner_args |
typedef mpl::push_front<inner_args,object>::type boost::python::detail::outer_constructor_signature< InnerSignature >::outer_args |
typedef mpl::push_front<outer_args,void>::type boost::python::detail::outer_constructor_signature< InnerSignature >::type |