Template Struct StdUniquePtrResultConverter::apply
Defined in File std-unique-ptr.hpp
Nested Relationships
This struct is a nested type of Struct StdUniquePtrResultConverter.
Nested Types
Struct Documentation
-
template<typename T>
struct apply -
struct type
Subclassed by boost::python::to_python_value< const std::unique_ptr< T > & >
Public Types
-
typedef T::element_type element_type
Public Functions
-
inline PyObject *operator()(T &&x) const
-
inline PyTypeObject const *get_pytype() const
-
typedef T::element_type element_type
-
struct type