Home
last modified time | relevance | path

Searched refs:unvoid_ref (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/boost/move/detail/
Dtype_traits.hpp358 template <typename T> struct unvoid_ref : add_lvalue_reference<T>{}; struct
359 template <> struct unvoid_ref<void> { typedef unvoid_ref & type; }; struct
360 template <> struct unvoid_ref<const void> { typedef unvoid_ref & type; }; struct
361 template <> struct unvoid_ref<volatile void> { typedef unvoid_ref & type; }; struct
362 template <> struct unvoid_ref<const volatile void> { typedef unvoid_ref & type; }; argument
/third_party/boost/boost/container/
Dadaptive_pool.hpp86 dtl::unvoid_ref<T>::type reference;
88 dtl::unvoid_ref<const T>::type const_reference;
397 dtl::unvoid_ref<T>::type reference;
399 dtl::unvoid_ref<const T>::type const_reference;
Dnode_allocator.hpp77 dtl::unvoid_ref<T>::type reference;
79 dtl::unvoid_ref<const T>::type const_reference;
Dallocator_traits.hpp209 reference, typename dtl::unvoid_ref<value_type>::type)
213 const_reference, typename dtl::unvoid_ref<const value_type>::type)
/third_party/boost/boost/intrusive/
Dpointer_traits.hpp106 …(boost::intrusive::detail::, Ptr, reference, typename boost::intrusive::detail::unvoid_ref<element…
280 typedef typename boost::intrusive::detail::unvoid_ref<element_type>::type reference;
/third_party/boost/boost/container/detail/
Dmpl.hpp56 using boost::move_detail::unvoid_ref;
/third_party/boost/libs/container/test/
Dallocator_traits_test.cpp108 dtl::unvoid_ref<T>::type reference;
110 dtl::unvoid_ref<const T>::type const_reference;
/third_party/boost/boost/intrusive/detail/
Dmpl.hpp67 using boost::move_detail::unvoid_ref;