libstdc++
|
Public Member Functions | |
_ReuseOrAllocNode (__node_type *__nodes, __hashtable &__h) | |
_ReuseOrAllocNode (const _ReuseOrAllocNode &)=delete | |
__node_type * | operator() (const __node_type *__n) const |
Public Attributes | |
__hashtable & | _M_h |
__node_type * | _M_nodes |
Version using copy semantic through the copy constructor.
Definition at line 1706 of file hashtable_policy.h.