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_common< _Val, _NodeAlloc > - Base class for node handle types of maps and sets.

Author

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

                                                    libstdc++ std::_Node_handle_common<_Val,_NodeAlloc>(3cxx)

Detailed Description

template<typename_Val,typename_NodeAlloc>
       class std::_Node_handle_common< _Val, _NodeAlloc >"Base class for node handle types of maps and sets.

Name

       std::_Node_handle_common< _Val, _NodeAlloc > - Base class for node handle types of maps and sets.

Synopsis

       #include <set>

   PublicTypesusingallocator_type = __alloc_rebind< _NodeAlloc, _Val >

   PublicMemberFunctions
       bool empty () const noexcept
       allocator_typeget_allocator () const noexcept
       operatorbool () const noexcept

See Also