#include <container_memory.h>
Public Types | |
using | mutable_value_type = std::pair< K, V > |
using | value_type = std::pair< const K, V > |
Public Member Functions | |
map_slot_type () | |
~map_slot_type ()=delete | |
Public Attributes | |
K | key |
mutable_value_type | mutable_value |
value_type | value |
Definition at line 314 of file container_memory.h.
using absl::container_internal::map_slot_type< K, V >::mutable_value_type = std::pair<K, V> |
Definition at line 318 of file container_memory.h.
using absl::container_internal::map_slot_type< K, V >::value_type = std::pair<const K, V> |
Definition at line 317 of file container_memory.h.
|
inline |
Definition at line 315 of file container_memory.h.
|
delete |
K absl::container_internal::map_slot_type< K, V >::key |
Definition at line 322 of file container_memory.h.
mutable_value_type absl::container_internal::map_slot_type< K, V >::mutable_value |
Definition at line 321 of file container_memory.h.
value_type absl::container_internal::map_slot_type< K, V >::value |
Definition at line 320 of file container_memory.h.