Provided by: libstdc++-10-doc_10.5.0-1ubuntu1_all
NAME
std::__detail::_Hash_node_value_base< _Value >
SYNOPSIS
#include <hashtable_policy.h> 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 const _Value & _M_v () const noexcept _Value & _M_v () noexcept const _Value * _M_valptr () const noexcept _Value * _M_valptr () noexcept Public Attributes _Hash_node_base * _M_nxt __gnu_cxx::__aligned_buffer< _Value > _M_storage
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.
Author
Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ Fristd::7_detail::_Hash_node_value_base< _Value >(3cxx)