Searched refs:unvoid_ref (Results 1 – 5 of 5) sorted by relevance
358 template <typename T> struct unvoid_ref : add_lvalue_reference<T>{}; struct359 template <> struct unvoid_ref<void> { typedef unvoid_ref & type; }; argument360 template <> struct unvoid_ref<const void> { typedef unvoid_ref & type; }; struct361 template <> struct unvoid_ref<volatile void> { typedef unvoid_ref & type; }; argument362 template <> struct unvoid_ref<const volatile void> { typedef unvoid_ref & type; }; argument
106 …(boost::intrusive::detail::, Ptr, reference, typename boost::intrusive::detail::unvoid_ref<element…280 typedef typename boost::intrusive::detail::unvoid_ref<element_type>::type reference;
56 using boost::move_detail::unvoid_ref;
209 reference, typename container_detail::unvoid_ref<value_type>::type)213 const_reference, typename container_detail::unvoid_ref<const value_type>::type)
66 using boost::move_detail::unvoid_ref;