Home
last modified time | relevance | path

Searched defs:rebind_alloc (Results 1 – 1 of 1) 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.hpp185 template <class T> using rebind_alloc = see_documentation; typedef
257 …template <typename T> using rebind_alloc = typename boost::intrusive::pointer_rebind<Allocator, T… typedef
262 struct rebind_alloc : boost::intrusive::pointer_rebind<Allocator,T>::type struct
264 typedef typename boost::intrusive::pointer_rebind<Allocator,T>::type Base;
267 rebind_alloc(BOOST_FWD_REF(Args)... args) : Base(boost::forward<Args>(args)...) {} in rebind_alloc() function