HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
smallVector.h File Reference
#include "pxr/pxr.h"
#include <algorithm>
#include <cstddef>
#include <cstdint>
#include <cstdlib>
#include <initializer_list>
#include <iterator>
#include <limits>
#include <memory>
#include <new>
#include <type_traits>
+ Include dependency graph for smallVector.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TfSmallVectorBase
 
union  TfSmallVectorBase::_Data< U, M >
 
union  TfSmallVectorBase::_Data< U, 0 >
 
class  TfSmallVector< T, N >
 

Functions

template<typename T , uint32_t N>
void swap (TfSmallVector< T, N > &a, TfSmallVector< T, N > &b)
 

Function Documentation

template<typename T , uint32_t N>
void swap ( TfSmallVector< T, N > &  a,
TfSmallVector< T, N > &  b 
)

Definition at line 930 of file smallVector.h.