|
libstdc++
|
#include <node_handle.h>
Public Types | |
| using | allocator_type |
| using | key_type |
| using | mapped_type |
| using | value_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 |
| 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 342 of file node_handle.h.
| using std::_Node_handle_common< _Value, _NodeAlloc >::allocator_type |
Definition at line 69 of file node_handle.h.
| using std::_Node_handle< _Value, _Value, _NodeAlloc >::key_type |
Definition at line 262 of file node_handle.h.
| using std::_Node_handle< _Value, _Value, _NodeAlloc >::mapped_type |
Definition at line 263 of file node_handle.h.
| using std::_Node_handle< _Value, _Value, _NodeAlloc >::value_type |
Definition at line 353 of file node_handle.h.
|
inlinenodiscardnoexcept |
Definition at line 80 of file node_handle.h.
|
inlinenoexcept |
Definition at line 72 of file node_handle.h.
|
inlinenoexcept |
Definition at line 266 of file node_handle.h.
|
inlinenoexcept |
Definition at line 273 of file node_handle.h.
|
inlineexplicitnoexcept |
Definition at line 78 of file node_handle.h.
|
inlinenoexcept |
Definition at line 363 of file node_handle.h.
|
inlinenoexcept |
Definition at line 356 of file node_handle.h.
|
friend |
Definition at line 389 of file node_handle.h.
|
friend |
Definition at line 383 of file node_handle.h.
|
friend |
Definition at line 367 of file node_handle.h.