libstdc++
|
#include <node_handle.h>
Public Types | |
using | allocator_type = __alloc_rebind< _NodeAlloc, _Value > |
using | key_type = _Key |
using | mapped_type = typename _Value::second_type |
Public Member Functions | |
_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 |
Friends | |
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))) |
Node handle type for maps.
Definition at line 239 of file node_handle.h.
|
inherited |
Definition at line 69 of file node_handle.h.
using std::_Node_handle< _Key, _Value, _NodeAlloc >::key_type = _Key |
Definition at line 249 of file node_handle.h.
using std::_Node_handle< _Key, _Value, _NodeAlloc >::mapped_type = typename _Value::second_type |
Definition at line 250 of file node_handle.h.
|
inlinenoexceptinherited |
Definition at line 80 of file node_handle.h.
|
inlinenoexceptinherited |
Definition at line 72 of file node_handle.h.
|
inlinenoexcept |
Definition at line 253 of file node_handle.h.
|
inlinenoexcept |
Definition at line 260 of file node_handle.h.
|
inlineexplicitnoexceptinherited |
Definition at line 78 of file node_handle.h.
|
inlinenoexcept |
Definition at line 267 of file node_handle.h.
|
friend |
Definition at line 324 of file node_handle.h.
|
friend |
Definition at line 318 of file node_handle.h.
|
friend |
Definition at line 276 of file node_handle.h.