logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

std::__detail::_Hash_node_value_base< _Value >

Author

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

libstdc++                                        Tue Jul 19 std::__detail::_Hash_node_value_base<_Value>(3cxx)

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 229 of file hashtable_policy.h.

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>.

   PublicTypes
       typedef _Value value_typePublicMemberFunctions
       const _Value & _M_v () const noexcept
       _Value & _M_v () noexcept
       const _Value * _M_valptr () const noexcept
       _Value * _M_valptr () noexcept

   PublicAttributes_Hash_node_base * _M_nxt
       __gnu_cxx::__aligned_buffer< _Value > _M_storage

See Also