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

#include <copy_const_reference.hpp>

Public Types

typedef mpl::if_c
< indirect_traits::is_reference_to_const
< T >::value, to_python_value
< T >
, detail::copy_const_reference_expects_a_const_reference_return_type
< T > >::type 
type
 

Member Typedef Documentation

template<class T >
typedef mpl::if_c< indirect_traits::is_reference_to_const<T>::value , to_python_value<T> , detail::copy_const_reference_expects_a_const_reference_return_type<T> >::type boost::python::copy_const_reference::apply< T >::type

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