Home
last modified time | relevance | path

Searched defs: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.hpp179 struct scoped_destructor_n struct
181 typedef boost::container::allocator_traits<Allocator> AllocTraits;
182 typedef typename AllocTraits::pointer pointer;
183 typedef typename AllocTraits::value_type value_type;
184 typedef typename AllocTraits::size_type size_type;
186 scoped_destructor_n(pointer p, Allocator& a, size_type n) in scoped_destructor_n() function
190 void release() in release()
193 void increment_size(size_type inc) in increment_size()
196 void increment_size_backwards(size_type inc) in increment_size_backwards()
199 void shrink_forward(size_type inc) in shrink_forward()
[all …]