|
Go to the source code of this file.
Classes | |
class | TfSmallVector< T, N > |
This is a small-vector class with local storage optimization, the local storage can be specified via a template parameter, and expresses the number of entries the container can store locally. More... | |
Functions | |
template<typename T , uint32_t N> | |
void | swap (TfSmallVector< T, N > &a, TfSmallVector< T, N > &b) |
void swap | ( | TfSmallVector< T, N > & | a, |
TfSmallVector< T, N > & | b | ||
) |
Definition at line 928 of file smallVector.h.