.TH "std::_Node_handle< _Key, _Value, _NodeAlloc >" 3cxx "Wed Jul 28 2021" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::_Node_handle< _Key, _Value, _NodeAlloc > \- Node handle type for maps\&. .SH SYNOPSIS .br .PP .PP Inherits \fBstd::_Node_handle_common< _Value, _NodeAlloc >\fP\&. .SS "Public Types" .in +1c .ti -1c .RI "using \fBallocator_type\fP = __alloc_rebind< _NodeAlloc, _Value >" .br .ti -1c .RI "using \fBkey_type\fP = _Key" .br .ti -1c .RI "using \fBmapped_type\fP = typename _Value::second_type" .br .in -1c .SS "Public Member Functions" .in +1c .ti -1c .RI "\fB_Node_handle\fP (\fB_Node_handle\fP &&) noexcept=default" .br .ti -1c .RI "bool \fBempty\fP () const noexcept" .br .ti -1c .RI "allocator_type \fBget_allocator\fP () const noexcept" .br .ti -1c .RI "key_type & \fBkey\fP () const noexcept" .br .ti -1c .RI "mapped_type & \fBmapped\fP () const noexcept" .br .ti -1c .RI "\fBoperator bool\fP () const noexcept" .br .ti -1c .RI "\fB_Node_handle\fP & \fBoperator=\fP (\fB_Node_handle\fP &&) noexcept=default" .br .ti -1c .RI "void \fBswap\fP (\fB_Node_handle\fP &__nh) noexcept" .br .in -1c .SS "Protected Member Functions" .in +1c .ti -1c .RI "void \fB_M_swap\fP (\fB_Node_handle_common\fP &__nh) noexcept" .br .in -1c .SS "Protected Attributes" .in +1c .ti -1c .RI "\fB_AllocTraits::pointer\fP \fB_M_ptr\fP" .br .in -1c .SS "Friends" .in +1c .ti -1c .RI "template class \fB_Hashtable\fP" .br .ti -1c .RI "template class \fB_Rb_tree\fP" .br .ti -1c .RI "void \fBswap\fP (\fB_Node_handle\fP &__x, \fB_Node_handle\fP &__y) noexcept(noexcept(__x\&.swap(__y)))" .br .in -1c .SH "Detailed Description" .PP .SS "template .br class std::_Node_handle< _Key, _Value, _NodeAlloc >" Node handle type for maps\&. .PP Definition at line 221 of file node_handle\&.h\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.