Home
last modified time | relevance | path

Searched defs:random_access_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/
Drnd_index_node.hpp194 struct random_access_index_node: struct
198 typedef random_access_index_node_trampoline<Super> trampoline;
201 typedef typename trampoline::impl_type impl_type;
202 typedef typename trampoline::pointer impl_pointer;
203 typedef typename trampoline::const_pointer const_impl_pointer;
204 typedef typename trampoline::difference_type difference_type;
205 typedef typename trampoline::ptr_pointer impl_ptr_pointer;
207 impl_ptr_pointer& up(){return trampoline::up();} in up()
208 impl_ptr_pointer up()const{return trampoline::up();} in up()
210 impl_pointer impl() in impl()
[all …]