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