Searched defs:sequenced_index_node (Results 1 – 1 of 1) sorted by relevance
150 struct sequenced_index_node:Super,sequenced_index_node_trampoline<Super> struct153 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 …]