Searched defs:SpecificNodeAccess (Results 1 – 1 of 1) sorted by relevance
238 template <class OptionsT> struct SpecificNodeAccess : NodeAccess { struct241 using const_pointer = typename OptionsT::const_pointer;242 using node_type = ilist_node_impl<OptionsT>;244 static node_type *getNodePtr(pointer N) { in getNodePtr()248 static const node_type *getNodePtr(const_pointer N) { in getNodePtr()252 static pointer getValuePtr(node_type *N) { in getValuePtr()256 static const_pointer getValuePtr(const node_type *N) { in getValuePtr()