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

#include <args.hpp>

Public Types

typedef remove_reference< T >::type deref
 
typedef remove_cv< deref >::type key_t
 
typedef mpl::bool_< value > type
 

Public Member Functions

 BOOST_STATIC_CONSTANT (bool, is_ref=is_reference< T >::value)
 
 BOOST_STATIC_CONSTANT (bool, is_key=is_keywords< key_t >::value)
 
 BOOST_STATIC_CONSTANT (bool, value=(is_ref &is_key))
 

Member Typedef Documentation

template<class T>
typedef remove_reference<T>::type boost::python::detail::is_reference_to_keywords< T >::deref
template<class T>
typedef remove_cv<deref>::type boost::python::detail::is_reference_to_keywords< T >::key_t
template<class T>
typedef mpl::bool_<value> boost::python::detail::is_reference_to_keywords< T >::type

Member Function Documentation

template<class T>
boost::python::detail::is_reference_to_keywords< T >::BOOST_STATIC_CONSTANT ( bool  ,
is_ref  = is_reference< T >::value 
)
template<class T>
boost::python::detail::is_reference_to_keywords< T >::BOOST_STATIC_CONSTANT ( bool  ,
is_key  = is_keywordskey_t >::value 
)
template<class T>
boost::python::detail::is_reference_to_keywords< T >::BOOST_STATIC_CONSTANT ( bool  ,
value  = (is_ref &is_key) 
)

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