#include <smallVector.h>
|
using | _SizeMemberType = std::uint32_t |
|
template<class ValueType , size_t NumLocal> |
using | _Data = _DataUnion< sizeof(ValueType), alignof(ValueType), NumLocal > |
|
template<typename _ForwardIterator > |
using | _EnableIfForwardIterator = std::enable_if_t< std::is_convertible_v< typename std::iterator_traits< _ForwardIterator >::iterator_category, std::forward_iterator_tag > > |
|
Definition at line 32 of file smallVector.h.
template<class ValueType , size_t NumLocal>
template<typename _ForwardIterator >
template<typename U >
static void TfSmallVectorBase::_MoveConstruct |
( |
U * |
p, |
|
|
U * |
src |
|
) |
| |
|
inlinestaticprotected |
template<typename Iterator >
static Iterator TfSmallVectorBase::_UninitializedMove |
( |
Iterator |
first, |
|
|
Iterator |
last, |
|
|
Iterator |
dest |
|
) |
| |
|
inlinestaticprotected |
template<typename U >
static constexpr size_type TfSmallVectorBase::ComputeSerendipitousLocalCapacity |
( |
| ) |
|
|
inlinestatic |
The documentation for this class was generated from the following file: