Searched defs:SpecificNodeAccess (Results 1 – 1 of 1) sorted by relevance
211 template <class OptionsT> struct SpecificNodeAccess : NodeAccess { struct214 using const_pointer = typename OptionsT::const_pointer;215 using node_type = ilist_node_impl<OptionsT>;217 static node_type *getNodePtr(pointer N) { in getNodePtr()221 static const node_type *getNodePtr(const_pointer N) { in getNodePtr()225 static pointer getValuePtr(node_type *N) { in getValuePtr()229 static const_pointer getValuePtr(const node_type *N) { in getValuePtr()