Home
last modified time | relevance | path

Searched defs:ordered_index_node (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.hpp599 struct ordered_index_node: struct
603 typedef ordered_index_node_trampoline<AugmentPolicy,Super> trampoline;
606 typedef typename trampoline::impl_type impl_type;
607 typedef typename trampoline::color_ref impl_color_ref;
608 typedef typename trampoline::parent_ref impl_parent_ref;
609 typedef typename trampoline::pointer impl_pointer;
610 typedef typename trampoline::const_pointer const_impl_pointer;
611 typedef typename trampoline::difference_type difference_type;
612 typedef typename trampoline::size_type size_type;
614 impl_color_ref color(){return trampoline::color();} in color()
[all …]