Home
last modified time | relevance | path

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

/external/sdv/vsomeip/third_party/boost/container/include/boost/container/detail/
Ddestroyers.hpp223 struct null_scoped_destructor_n struct
225 typedef boost::container::allocator_traits<Allocator> AllocTraits;
226 typedef typename AllocTraits::pointer pointer;
227 typedef typename AllocTraits::size_type size_type;
229 BOOST_CONTAINER_FORCEINLINE null_scoped_destructor_n(pointer, Allocator&, size_type) in null_scoped_destructor_n() argument
232 BOOST_CONTAINER_FORCEINLINE void increment_size(size_type) in increment_size()
235 BOOST_CONTAINER_FORCEINLINE void increment_size_backwards(size_type) in increment_size_backwards()
238 BOOST_CONTAINER_FORCEINLINE void shrink_forward(size_type) in shrink_forward()
241 BOOST_CONTAINER_FORCEINLINE void release() in release()