Helper class to allow partial specialization of SgArray::operator=. More...
#include <SgArray.h>
Static Public Member Functions | |
static void | Assign (T *dest, const T *src) |
Helper class to allow partial specialization of SgArray::operator=.
Partial member function specialization is not yet supported by standard C++.
Definition at line 19 of file SgArray.h.
void SgArrayAssign< T, SIZE >::Assign | ( | T * | dest, | |
const T * | src | |||
) | [static] |