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::_Node_handle< _Key, _Value, _NodeAlloc > - Node handle type for maps.

Author

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

                                                    libstdc++std::_Node_handle<_Key,_Value,_NodeAlloc>(3cxx)

Detailed Description

template<typename_Key,typename_Value,typename_NodeAlloc>
       class std::_Node_handle< _Key, _Value, _NodeAlloc >"Node handle type for maps.

Name

       std::_Node_handle< _Key, _Value, _NodeAlloc > - Node handle type for maps.

Synopsis

       #include <set>

       Inherits std::_Node_handle_common<_Value,_NodeAlloc>.

   PublicTypesusingallocator_type = __alloc_rebind< _NodeAlloc, _Value >
       usingkey_type = _Keyusingmapped_type = typename _Value::second_type

   PublicMemberFunctions_Node_handle (_Node_handle &&) noexcept=default
       bool empty () const noexcept
       allocator_typeget_allocator () const noexcept
       key_type & key () const noexcept
       mapped_type & mapped () const noexcept
       operatorbool () const noexcept
       _Node_handle & operator= (_Node_handle &&) noexcept=defaultvoidswap (_Node_handle &__nh) noexcept

   Friends
       template<typename_Key2 , typename_Value2 , typename_ValueAlloc , typename _ExtractKey , typename
           _Equal , typename_Hash , typename_RangeHash , typename_Unused , typename_RehashPolicy , typename
           _Traits > class_Hashtable
       template<typename_Key2 , typename_Value2 , typename_KeyOfValue , typename _Compare , typename_ValueAlloc > class_Rb_treevoidswap (_Node_handle &__x, _Node_handle &__y) noexcept(noexcept(__x.swap(__y)))

See Also