Public Types | Public Member Functions | Public Attributes | List of all members
absl::container_internal::map_slot_type< K, V > Union Template Reference

#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

key
 
mutable_value_type mutable_value
 
value_type value
 

Detailed Description

template<class K, class V>
union absl::container_internal::map_slot_type< K, V >

Definition at line 314 of file container_memory.h.

Member Typedef Documentation

template<class K , class V >
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.

template<class K , class V >
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.

Constructor & Destructor Documentation

template<class K , class V >
absl::container_internal::map_slot_type< K, V >::map_slot_type ( )
inline

Definition at line 315 of file container_memory.h.

template<class K , class V >
absl::container_internal::map_slot_type< K, V >::~map_slot_type ( )
delete

Member Data Documentation

template<class K , class V >
K absl::container_internal::map_slot_type< K, V >::key

Definition at line 322 of file container_memory.h.

template<class K , class V >
mutable_value_type absl::container_internal::map_slot_type< K, V >::mutable_value

Definition at line 321 of file container_memory.h.

template<class K , class V >
value_type absl::container_internal::map_slot_type< K, V >::value

Definition at line 320 of file container_memory.h.


The documentation for this union was generated from the following file:


abseil_cpp
Author(s):
autogenerated on Tue Jun 18 2019 19:44:39