Searched defs:SpecificNodeAccess (Results 1 – 1 of 1) sorted by relevance
275 template <class OptionsT> struct SpecificNodeAccess : NodeAccess { struct278 using const_pointer = typename OptionsT::const_pointer;279 using node_type = ilist_node_impl<OptionsT>;281 static node_type *getNodePtr(pointer N) { in getNodePtr()285 static const node_type *getNodePtr(const_pointer N) { in getNodePtr()289 static pointer getValuePtr(node_type *N) { in getValuePtr()293 static const_pointer getValuePtr(const node_type *N) { in getValuePtr()