#include <call_traits.hpp>
Public Types | |
| typedef boost::detail::ct_imp< T, ::boost::is_pointer< T >::value, ::boost::is_arithmetic< T >::value, ::boost::is_enum< T >::value >::param_type | param_type |
| typedef T & | reference |
| typedef T | value_type |
Public Attributes | |
| const typedef T & | const_reference |
Definition at line 74 of file detail/call_traits.hpp.
| typedef boost::detail::ct_imp< T, ::boost::is_pointer<T>::value, ::boost::is_arithmetic<T>::value, ::boost::is_enum<T>::value >::param_type boost::call_traits< T >::param_type |
Definition at line 91 of file detail/call_traits.hpp.
| typedef T& boost::call_traits< T >::reference |
Definition at line 78 of file detail/call_traits.hpp.
| typedef T boost::call_traits< T >::value_type |
Definition at line 77 of file detail/call_traits.hpp.
| const typedef T& boost::call_traits< T >::const_reference |
Definition at line 79 of file detail/call_traits.hpp.