std::_Node_handle_common< _Val, _NodeAlloc >
Base class for node handle types of maps and sets.
- Provided by: libstdc++-14-doc (Version: 14.2.0-4ubuntu2~24.04.1)
- Source: gcc-14
- Report a bug
Base class for node handle types of maps and sets.
#include <set>
using allocator_type = __alloc_rebind<
_NodeAlloc, _Val >
bool empty () const noexcept
allocator_type get_allocator () const noexcept
operator bool () const noexcept
class std::_Node_handle_common< _Val, _NodeAlloc >"Base class for node handle types of maps and sets.
Generated automatically by Doxygen for libstdc++ from the source code.