Public Types | Public Attributes | List of all members
absl::inlined_vector_internal::Storage< T, N, A >::Inlined Struct Reference

Public Types

using InlinedDataElement = absl::aligned_storage_t< sizeof(value_type), alignof(value_type)>
 

Public Attributes

InlinedDataElement inlined_data [N]
 

Detailed Description

template<typename T, size_t N, typename A>
struct absl::inlined_vector_internal::Storage< T, N, A >::Inlined

Definition at line 154 of file internal/inlined_vector.h.

Member Typedef Documentation

template<typename T, size_t N, typename A>
using absl::inlined_vector_internal::Storage< T, N, A >::Inlined::InlinedDataElement = absl::aligned_storage_t<sizeof(value_type), alignof(value_type)>

Definition at line 156 of file internal/inlined_vector.h.

Member Data Documentation

template<typename T, size_t N, typename A>
InlinedDataElement absl::inlined_vector_internal::Storage< T, N, A >::Inlined::inlined_data[N]

Definition at line 157 of file internal/inlined_vector.h.


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


abseil_cpp
Author(s):
autogenerated on Wed Jun 19 2019 19:19:59