Home
last modified time | relevance | path

Searched defs:sequenced_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/
Dseq_index_node.hpp150 struct sequenced_index_node:Super,sequenced_index_node_trampoline<Super> struct
153 typedef sequenced_index_node_trampoline<Super> trampoline;
156 typedef typename trampoline::impl_type impl_type;
157 typedef typename trampoline::pointer impl_pointer;
158 typedef typename trampoline::const_pointer const_impl_pointer;
159 typedef typename trampoline::difference_type difference_type;
161 impl_pointer& prior(){return trampoline::prior();} in prior()
162 impl_pointer prior()const{return trampoline::prior();} in prior()
163 impl_pointer& next(){return trampoline::next();} in next()
164 impl_pointer next()const{return trampoline::next();} in next()
[all …]