Inherits std::__detail::_Hash_node_base.
Inherited by std::__detail::_Hash_node< _Value, false >, and std::__detail::_Hash_node< _Value, true >.
_Value & _M_v () noexcept
const _Value & _M_v () const noexcept
_Value * _M_valptr () noexcept
const _Value * _M_valptr () const noexcept
_Hash_node_base * _M_nxt
__gnu_cxx::__aligned_buffer< _Value > _M_storage
Node type with the value to store.
Definition at line 230 of file hashtable_policy.h.
Generated automatically by Doxygen for libstdc++ from the source code.