Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/multi_index/include/boost/multi_index/detail/
Dord_index_node.hpp85 struct ordered_index_node_std_base struct
88 AugmentPolicy,Allocator> node_traits;
89 typedef typename node_traits::allocator node_allocator;
90 typedef typename node_traits::pointer pointer;
91 typedef typename node_traits::const_pointer const_pointer;
92 typedef typename node_traits::difference_type difference_type;
93 typedef typename node_traits::size_type size_type;
94 typedef ordered_index_color& color_ref;
95 typedef pointer& parent_ref;
97 ordered_index_color& color(){return color_;} in color()
[all …]