#include <call_traits.hpp>
Public Types | |
typedef const T & | const_reference |
typedef const T & | const_reference |
typedef boost::detail::ct_imp < T,::boost::is_pointer< T > ::value,::boost::is_arithmetic < T >::value >::param_type | param_type |
typedef const T & | param_type |
typedef T & | reference |
typedef T & | reference |
typedef T | value_type |
typedef T | value_type |
Definition at line 67 of file call_traits.hpp.
typedef const T& boost::call_traits< T >::const_reference |
Definition at line 72 of file call_traits.hpp.
typedef const T& boost::call_traits< T >::const_reference |
Definition at line 160 of file ob_call_traits.hpp.
typedef boost::detail::ct_imp< T, ::boost::is_pointer<T>::value, ::boost::is_arithmetic<T>::value >::param_type boost::call_traits< T >::param_type |
Definition at line 83 of file call_traits.hpp.
typedef const T& boost::call_traits< T >::param_type |
Definition at line 161 of file ob_call_traits.hpp.
typedef T& boost::call_traits< T >::reference |
Definition at line 71 of file call_traits.hpp.
typedef T& boost::call_traits< T >::reference |
Definition at line 159 of file ob_call_traits.hpp.
typedef T boost::call_traits< T >::value_type |
Definition at line 70 of file call_traits.hpp.
typedef T boost::call_traits< T >::value_type |
Definition at line 158 of file ob_call_traits.hpp.