Searched defs:hashed_index_node_impl (Results 1 – 1 of 1) sorted by relevance
126 struct hashed_index_node_impl:hashed_index_base_node_impl<Allocator> struct129 typedef hashed_index_base_node_impl<Allocator> super;132 typedef typename super::base_pointer base_pointer;133 typedef typename super::const_base_pointer const_base_pointer;134 typedef typename super::pointer pointer;135 typedef typename super::const_pointer const_pointer;137 base_pointer& next(){return next_;} in next()138 base_pointer next()const{return next_;} in next()140 static pointer pointer_from(base_pointer x) in pointer_from()147 static base_pointer base_pointer_from(pointer x) in base_pointer_from()[all …]