std::_Node_handle< _Key, _Value, _NodeAlloc >(3) Library Functions Manual std::_Node_handle< _Key, _Value, _NodeAlloc >(3)

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

#include <node_handle.h>

Inherits std::_Node_handle_common< _Value, _NodeAlloc >.


using allocator_type
using key_type
using mapped_type


_Node_handle (_Node_handle &&) noexcept=default
bool empty () const noexcept
allocator_type get_allocator () const noexcept
key_type & key () const noexcept
mapped_type & mapped () const noexcept
operator bool () const noexcept
_Node_handle & operator= (_Node_handle &&) noexcept=default
void swap (_Node_handle &__nh) noexcept


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_tree
void swap (_Node_handle &__x, _Node_handle &__y) noexcept(noexcept(__x.swap(__y)))

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

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

libstdc++