Searched defs:pointer_traits (Results 1 – 2 of 2) 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 static pointer pointer_to(reference r) in pointer_to()146 static pointer static_cast_from(const UPtr &uptr) in static_cast_from()167 static pointer const_cast_from(const UPtr &uptr) in const_cast_from()188 static pointer dynamic_cast_from(const UPtr &uptr) in dynamic_cast_from()[all …]
36 struct pointer_traits struct39 struct rebind_to {43 to_address(const T& v) BOOST_NOEXCEPT { in to_address()49 struct pointer_traits<T*> struct52 struct rebind_to {55 static T* to_address(T* v) BOOST_NOEXCEPT { in to_address()198 struct pointer_traits { struct199 typedef T pointer;200 typedef typename detail::ptr_traits_element<T>::type element_type;201 typedef typename detail::ptr_traits_difference<T>::type difference_type;[all …]