Typedefs | |
typedef integral_constant< bool, false > | false_type |
typedef void(* | function_ptr) () |
typedef union max_align | max_align_t |
typedef int(alignment_dummy::* | member_function_ptr) () |
typedef intalignment_dummy::* | member_ptr |
typedef integral_constant< bool, true > | true_type |
Functions | |
template<class T > | |
T * | addressof (T &v) |
template<typename T > | |
boost::move_detail::add_rvalue_reference< T >::type | declval () |
typedef integral_constant<bool, false > boost::move_detail::false_type |
Definition at line 89 of file meta_utils_core.hpp.
typedef void(* boost::move_detail::function_ptr) () |
Definition at line 863 of file type_traits.hpp.
typedef union max_align boost::move_detail::max_align_t |
Definition at line 892 of file type_traits.hpp.
typedef int(alignment_dummy::* boost::move_detail::member_function_ptr) () |
Definition at line 865 of file type_traits.hpp.
typedef intalignment_dummy::* boost::move_detail::member_ptr |
Definition at line 864 of file type_traits.hpp.
typedef integral_constant<bool, true > boost::move_detail::true_type |
Definition at line 88 of file meta_utils_core.hpp.
|
inline |
Definition at line 196 of file meta_utils.hpp.
boost::move_detail::add_rvalue_reference<T>::type boost::move_detail::declval | ( | ) |