Home
last modified time | relevance | path

Searched refs:pointer_impl (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.hpp725 typedef typename allocator_traits_type::pointer pointer_impl; typedef in boost::container::vector
726 typedef container_detail::vec_iterator<pointer_impl, false> iterator_impl;
727 typedef container_detail::vec_iterator<pointer_impl, true > const_iterator_impl;
730 …static bool is_propagable_from(const Allocator &from_alloc, pointer_impl p, const Allocator &to_al… in is_propagable_from()
733 static bool are_swap_propagable( const Allocator &l_a, pointer_impl l_p in are_swap_propagable()
734 … , const Allocator &r_a, pointer_impl r_p, bool const propagate_allocator) in are_swap_propagable()