Home
last modified time | relevance | path

Searched defs:pointer_traits (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/intrusive/
H A Dpointer_traits.hpp68 struct pointer_traits struct
73 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 …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/core/
H A Dpointer_traits.hpp36 struct pointer_traits struct
39 struct rebind_to {
43 to_address(const T& v) BOOST_NOEXCEPT { in to_address()
49 struct pointer_traits<T*> struct
52 struct rebind_to {
55 static T* to_address(T* v) BOOST_NOEXCEPT { in to_address()
198 struct pointer_traits { struct
199 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 …]