Home
last modified time | relevance | path

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

/third_party/boost/boost/container/
Dvector.hpp277 struct vector_alloc_holder struct
284 typedef Allocator allocator_type;
285 typedef StoredSizeType stored_size_type;
286 typedef boost::container::allocator_traits<allocator_type> allocator_traits_type;
287 typedef typename allocator_traits_type::pointer pointer;
288 typedef typename allocator_traits_type::size_type size_type;
289 typedef typename allocator_traits_type::value_type value_type;
291 …ocator_type &from_alloc, pointer p, const allocator_type &to_alloc, bool const propagate_allocator) in is_propagable_from()
299 …tor_type &l_a, pointer l_p, const allocator_type &r_a, pointer r_p, bool const propagate_allocator) in are_swap_propagable()
309 BOOST_NOEXCEPT_IF(dtl::is_nothrow_default_constructible<allocator_type>::value) in BOOST_NOEXCEPT_IF()
[all …]