Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/multi_index/include/boost/multi_index/detail/
Drnd_index_node.hpp31 struct random_access_index_node_impl struct
35 >::type node_allocator;
36 typedef allocator_traits<node_allocator> node_alloc_traits;
37 typedef typename node_alloc_traits::pointer pointer;
38 typedef typename node_alloc_traits::const_pointer const_pointer;
39 typedef typename node_alloc_traits::difference_type difference_type;
42 >::type ptr_allocator;
43 typedef allocator_traits<ptr_allocator> ptr_alloc_traits;
44 typedef typename ptr_alloc_traits::pointer ptr_pointer;
46 ptr_pointer& up(){return up_;} in up()
[all …]