Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::python::reference_existing_object::apply< T > Struct Template Reference

#include <reference_existing_object.hpp>

Public Types

typedef mpl::if_c< ok,
to_python_indirect< T,
detail::make_reference_holder >
, detail::reference_existing_object_requires_a_pointer_or_reference_return_type
< T > >::type 
type
 

Public Member Functions

 BOOST_STATIC_CONSTANT (bool, ok=is_pointer< T >::value||is_reference< T >::value)
 

Member Typedef Documentation

Member Function Documentation

template<class T >
boost::python::reference_existing_object::apply< T >::BOOST_STATIC_CONSTANT ( bool  ,
ok  = is_pointer< T >::value||is_reference< T >::value 
)

The documentation for this struct was generated from the following file: