|
libstdc++
|
#include <node_handle.h>
Public Types | |
| using | allocator_type = __alloc_rebind< _NodeAlloc, _Value > |
| using | value_type = _Value |
Public Member Functions | |
| _Node_handle (_Node_handle &&) noexcept=default | |
| bool | empty () const noexcept |
| allocator_type | get_allocator () const noexcept |
| operator bool () const noexcept | |
| _Node_handle & | operator= (_Node_handle &&) noexcept=default |
| void | swap (_Node_handle &__nh) noexcept |
| value_type & | value () const 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 _Key , typename _Val , typename _KeyOfValue , typename _Compare , typename _Alloc > | |
| class | _Rb_tree |
| void | swap (_Node_handle &__x, _Node_handle &__y) noexcept(noexcept(__x.swap(__y))) |
Node handle type for sets.
Definition at line 343 of file node_handle.h.
|
inherited |
Definition at line 70 of file node_handle.h.
| using std::_Node_handle< _Value, _Value, _NodeAlloc >::value_type = _Value |
Definition at line 354 of file node_handle.h.
|
inlinenoexceptinherited |
Definition at line 81 of file node_handle.h.
|
inlinenoexceptinherited |
Definition at line 73 of file node_handle.h.
|
inlineexplicitnoexceptinherited |
Definition at line 79 of file node_handle.h.
|
inlinenoexcept |
Definition at line 364 of file node_handle.h.
|
inlinenoexcept |
Definition at line 357 of file node_handle.h.
|
friend |
Definition at line 390 of file node_handle.h.
|
friend |
Definition at line 384 of file node_handle.h.
|
friend |
Definition at line 368 of file node_handle.h.