std::_Node_handle_common - Man Page
Base class for node handle types of maps and sets.
Synopsis
#include <set>
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 set.
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 set.
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 set.
template<typename _Val , typename _NodeAlloc > allocator_type std::_Node_handle_common< _Val, _NodeAlloc >::get_allocator () const [inline], [noexcept]
Definition at line 72 of file set.
template<typename _Val , typename _NodeAlloc > std::_Node_handle_common< _Val, _NodeAlloc >::operator bool () const [inline], [explicit], [noexcept]
Definition at line 78 of file set.
Author
Generated automatically by Doxygen for libstdc++ from the source code.
Info
Tue Jan 17 2023 libstdc++