Home
last modified time | relevance | path

Searched defs:null_scoped_destructor_n (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/detail/
H A Ddestroyers.hpp220 struct null_scoped_destructor_n struct
222 typedef boost::container::allocator_traits<Allocator> AllocTraits;
223 typedef typename AllocTraits::pointer pointer;
224 typedef typename AllocTraits::size_type size_type;
226 null_scoped_destructor_n(pointer, Allocator&, size_type) in null_scoped_destructor_n() function
229 void increment_size(size_type) in increment_size()
232 void increment_size_backwards(size_type) in increment_size_backwards()
235 void shrink_forward(size_type) in shrink_forward()
238 void release() in release()