#include <cstddef>
#include <cstring>
#include <iterator>
#include <memory>
#include <utility>
#include "absl/container/internal/compressed_tuple.h"
#include "absl/meta/type_traits.h"
Go to the source code of this file.
Classes | |
struct | absl::inlined_vector_internal::Storage< T, N, A >::Allocated |
union | absl::inlined_vector_internal::Storage< T, N, A >::Data |
struct | absl::inlined_vector_internal::Storage< T, N, A >::Inlined |
class | absl::inlined_vector_internal::Storage< T, N, A > |
Namespaces | |
namespace | absl |
namespace | absl::inlined_vector_internal |
Functions | |
template<typename AllocatorType , typename ValueType , typename SizeType > | |
void | absl::inlined_vector_internal::DestroyElements (AllocatorType *alloc_ptr, ValueType *destroy_first, SizeType destroy_size) |