Scroll to navigation

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

NAME

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

SYNOPSIS

#include <node_handle.h>

Public Types


using allocator_type = __alloc_rebind< _NodeAlloc, _Val >

Public Member Functions


bool empty () const noexcept
allocator_type get_allocator () const noexcept
operator bool () const noexcept

Detailed Description

template<typename _Val, typename _NodeAlloc>

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

Definition at line 64 of file node_handle.h.

Member Typedef Documentation

template<typename _Val , typename _NodeAlloc > using std::_Node_handle_common< _Val, _NodeAlloc >::allocator_type = __alloc_rebind<_NodeAlloc, _Val>

Definition at line 69 of file node_handle.h.

Member Function Documentation

template<typename _Val , typename _NodeAlloc > bool std::_Node_handle_common< _Val, _NodeAlloc >::empty () const [inline], [noexcept]

Definition at line 80 of file node_handle.h.

template<typename _Val , typename _NodeAlloc > allocator_type std::_Node_handle_common< _Val, _NodeAlloc >::get_allocator () const [inline], [noexcept]

Definition at line 72 of file node_handle.h.

template<typename _Val , typename _NodeAlloc > std::_Node_handle_common< _Val, _NodeAlloc >::operator bool () const [inline], [explicit], [noexcept]

Definition at line 78 of file node_handle.h.

Author

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

Thu Feb 16 2023 libstdc++