Searched defs:pointer_traits (Results 1 – 5 of 5) sorted by relevance
68 struct pointer_traits struct73 typedef Ptr pointer;78 typedef unspecified_type element_type;82 typedef unspecified_type difference_type;90 template <class U> using rebind = unspecified;94 typedef unspecified_type reference;126 BOOST_INTRUSIVE_FORCEINLINE static pointer pointer_to(reference r) in pointer_to()146 BOOST_INTRUSIVE_FORCEINLINE static pointer static_cast_from(const UPtr &uptr) in static_cast_from()167 BOOST_INTRUSIVE_FORCEINLINE static pointer const_cast_from(const UPtr &uptr) in const_cast_from()188 BOOST_INTRUSIVE_FORCEINLINE static pointer dynamic_cast_from(const UPtr &uptr) in dynamic_cast_from()[all …]
50 struct pointer_traits<P3<T> > { struct51 static T* to_address(const P3<T>& p) BOOST_NOEXCEPT { in to_address()74 struct pointer_traits<P4<T> > { struct75 static T* to_address(const P4<T>& p) BOOST_NOEXCEPT { in to_address()96 struct pointer_traits<P5<T> > { struct97 static T* to_address(const P5<T>& p) BOOST_NOEXCEPT { in to_address()117 struct pointer_traits<P6<T> > { struct118 static T* to_address(const P6<T>& p) BOOST_NOEXCEPT { in to_address()126 struct pointer_traits<P6<T> > { struct127 static T* to_address(const P6<T>& p) BOOST_NOEXCEPT { in to_address()
23 struct pointer_traits struct26 struct rebind_to {32 struct pointer_traits<T*> struct35 struct rebind_to {
211 <pointer> pointer_traits; typedef in boost::container::dtl::transform_multiallocation_chain
97 typedef ::boost::intrusive::pointer_traits<pointer> pointer_traits; typedef in boost::container::dtl::basic_string_base617 typedef ::boost::intrusive::pointer_traits<pointer> pointer_traits; typedef in boost::container::basic_string