#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.
Namespaces | |
absl | |
absl::inlined_vector_internal | |
Typedefs | |
template<typename Iterator > | |
using | absl::inlined_vector_internal::IsAtLeastForwardIterator = std::is_convertible< typename std::iterator_traits< Iterator >::iterator_category, std::forward_iterator_tag > |
Functions | |
template<typename AllocatorType , typename ValueType , typename SizeType > | |
void | absl::inlined_vector_internal::DestroyElements (AllocatorType *alloc_ptr, ValueType *destroy_first, SizeType destroy_size) |