zeroth-index specialization of InitializeUninitializedVector
More...
#include <UninitializedVector.h>
List of all members.
Static Public Member Functions |
template<class Elem > |
static void | initialize (Elem *buffer) |
template<class Elem , class T1 > |
static void | initialize (Elem *buffer, T1 &a) |
template<class Elem , class T1 , class T2 > |
static void | initialize (Elem *buffer, T1 &a, T2 &b) |
template<class Elem , class T1 , class T2 , class T3 > |
static void | initialize (Elem *buffer, T1 &a, T2 &b, T3 &c) |
Detailed Description
template<class T>
struct InitializeUninitializedVector< T, 0 >
zeroth-index specialization of InitializeUninitializedVector
Member Function Documentation
template<class T >
template<class Elem >
template<class T >
template<class Elem , class T1 >
template<class T >
template<class Elem , class T1 , class T2 >
template<class T >
template<class Elem , class T1 , class T2 , class T3 >
The documentation for this struct was generated from the following file: