Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/
Dvector.hpp288 struct vector_alloc_holder struct
295 typedef Allocator allocator_type;
296 typedef StoredSizeType stored_size_type;
297 typedef boost::container::allocator_traits<allocator_type> allocator_traits_type;
298 typedef typename allocator_traits_type::pointer pointer;
299 typedef typename allocator_traits_type::size_type size_type;
300 typedef typename allocator_traits_type::value_type value_type;
303 …ocator_type &from_alloc, pointer p, const allocator_type &to_alloc, bool const propagate_allocator) in is_propagable_from()
312 …tor_type &l_a, pointer l_p, const allocator_type &r_a, pointer r_p, bool const propagate_allocator) in are_swap_propagable()
322 BOOST_NOEXCEPT_IF(dtl::is_nothrow_default_constructible<allocator_type>::value) in BOOST_NOEXCEPT_IF()
[all …]