table of contents
other versions
- jessie 4.9.2-10+deb8u1
std::__detail::_Hash_node_value_base< _Value >(3cxx) | std::__detail::_Hash_node_value_base< _Value >(3cxx) |
NAME¶
std::__detail::_Hash_node_value_base< _Value > -SYNOPSIS¶
Inherits std::__detail::_Hash_node_base. Inherited by std::__detail::_Hash_node< _Value, false >, and std::__detail::_Hash_node< _Value, true >.Public Types¶
typedef _Value value_type
Public Member Functions¶
_Value & _M_v () noexcept
Public Attributes¶
_Hash_node_base * _M_nxt
Detailed Description¶
template<typename _Value>struct std::__detail::_Hash_node_value_base< _Value >¶
struct _Hash_node_value_base Node type with the value to store. Definition at line 245 of file hashtable_policy.h.Author¶
Generated automatically by Doxygen for libstdc++ from the source code.Wed Jan 31 2018 | libstdc++ |