Home
last modified time | relevance | path

Searched refs:pointer_rebind (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/
H A Dallocator_traits.hpp257 …template <typename T> using rebind_alloc = typename boost::intrusive::pointer_rebind<Allocator, T…
262 struct rebind_alloc : boost::intrusive::pointer_rebind<Allocator,T>::type
264 typedef typename boost::intrusive::pointer_rebind<Allocator,T>::type Base;
280 : allocator_traits<typename boost::intrusive::pointer_rebind<Allocator, T>::type>
287 { typedef typename boost::intrusive::pointer_rebind<Allocator, T>::type type; };
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/intrusive/
H A Dpointer_rebind.hpp177 struct pointer_rebind struct
182 struct pointer_rebind<T*, U> struct
H A Dpointer_traits.hpp110 typedef typename boost::intrusive::pointer_rebind<Ptr, U>::type type;
114 template <class U> using rebind = typename boost::intrusive::pointer_rebind<Ptr, U>::type;