libstdc++: std::_Node_handle_common< _Val, _NodeAlloc > Class Template Reference (original) (raw)
#include <[node_handle.h](a00626%5Fsource.html)>
Public Types | |
---|---|
using | allocator_type = __alloc_rebind< _NodeAlloc, _Val > |
Public Member Functions | |
---|---|
bool | empty () const noexcept |
allocator_type | get_allocator () const noexcept |
operator bool () const noexcept | |
Detailed Description
template<typename _Val, typename _NodeAlloc>
class std::_Node_handle_common< _Val, _NodeAlloc >
Base class for node handle types of maps and sets.
Definition at line 65 of file node_handle.h.
Member Typedef Documentation
◆ allocator_type
template<typename _Val , typename _NodeAlloc >
Member Function Documentation
◆ empty()
template<typename _Val , typename _NodeAlloc >
◆ get_allocator()
template<typename _Val , typename _NodeAlloc >
◆ operator bool()
template<typename _Val , typename _NodeAlloc >
The documentation for this class was generated from the following file: