Index   Main   Namespaces   Classes   Hierarchy   Annotated   Files   Compound   Global   Pages  
Static Public Member Functions

SgArrayAssign< T, SIZE > Class Template Reference

Helper class to allow partial specialization of SgArray::operator=. More...

#include <SgArray.h>

List of all members.

Static Public Member Functions

static void Assign (T *dest, const T *src)

Detailed Description

template<typename T, int SIZE>
class SgArrayAssign< T, SIZE >

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.


Member Function Documentation

template<typename T , int SIZE>
void SgArrayAssign< T, SIZE >::Assign ( T *  dest,
const T *  src 
) [static]

Definition at line 47 of file SgArray.h.

References SG_ASSERT.


The documentation for this class was generated from the following file:


Sun Mar 13 2011 Doxygen 1.7.1