Home
last modified time | relevance | path

Searched defs:vector_alloc_holder (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/
H A Dvector.hpp337 struct vector_alloc_holder struct
344 typedef Allocator allocator_type;
345 typedef boost::container::allocator_traits<Allocator> allocator_traits_type;
346 typedef typename allocator_traits_type::pointer pointer;
347 typedef typename allocator_traits_type::size_type size_type;
348 typedef typename allocator_traits_type::value_type value_type;
350 …ocator_type &from_alloc, pointer p, const allocator_type &to_alloc, bool const propagate_allocator) in is_propagable_from()
358 …tor_type &l_a, pointer l_p, const allocator_type &r_a, pointer r_p, bool const propagate_allocator) in are_swap_propagable()
368 BOOST_NOEXCEPT_IF(container_detail::is_nothrow_default_constructible<Allocator>::value) in BOOST_NOEXCEPT_IF()
374 explicit vector_alloc_holder(BOOST_FWD_REF(AllocConvertible) a) BOOST_NOEXCEPT_OR_NOTHROW in vector_alloc_holder() argument
[all …]