libstdc++
|
Public Types | |
typedef mapped_type_allocator::const_pointer | const_mapped_pointer |
typedef mapped_type_allocator::const_reference | const_mapped_reference |
typedef value_type_allocator::const_pointer | const_pointer |
typedef value_type_allocator::const_reference | const_reference |
typedef mapped_type_allocator::pointer | mapped_pointer |
typedef mapped_type_allocator::reference | mapped_reference |
typedef mapped_type_allocator::value_type | mapped_type |
typedef Allocator::template rebind< null_mapped_type > ::other | mapped_type_allocator |
typedef value_type_allocator::pointer | pointer |
typedef value_type_allocator::reference | reference |
typedef Key | value_type |
typedef Allocator::template rebind< value_type >::other | value_type_allocator |
Static Public Attributes | |
static null_mapped_type | s_null_mapped |
Specialization of value_type_base for the case where the hash value is not stored alongside each value.
Definition at line 122 of file basic_types.hpp.