Scroll to navigation

std::__detail::_Hash_node< _Value, _Cache_hash_code >(3cxx) std::__detail::_Hash_node< _Value, _Cache_hash_code >(3cxx)

NAME

std::__detail::_Hash_node< _Value, _Cache_hash_code >

SYNOPSIS

Inherits std::__detail::_Hash_node_base, and std::__detail::_Hash_node_value< _Value, _Cache_hash_code >.

Public Types


typedef _Value value_type

Public Member Functions


_Hash_node * _M_next () const noexcept
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, bool _Cache_hash_code>

struct std::__detail::_Hash_node< _Value, _Cache_hash_code >" Primary template struct _Hash_node.

Definition at line 276 of file hashtable_policy.h.

Author

Generated automatically by Doxygen for libstdc++ from the source code.

Thu Nov 18 2021 libstdc++