Classes | |
class | Storage |
Typedefs | |
template<typename Iterator > | |
using | IsAtLeastForwardIterator = std::is_convertible< typename std::iterator_traits< Iterator >::iterator_category, std::forward_iterator_tag > |
Functions | |
template<typename AllocatorType , typename ValueType , typename SizeType > | |
void | DestroyElements (AllocatorType *alloc_ptr, ValueType *destroy_first, SizeType destroy_size) |
using absl::inlined_vector_internal::IsAtLeastForwardIterator = typedef std::is_convertible< typename std::iterator_traits<Iterator>::iterator_category, std::forward_iterator_tag> |
Definition at line 33 of file internal/inlined_vector.h.
void absl::inlined_vector_internal::DestroyElements | ( | AllocatorType * | alloc_ptr, |
ValueType * | destroy_first, | ||
SizeType | destroy_size | ||
) |
Definition at line 36 of file internal/inlined_vector.h.