Index   Main   Namespaces   Classes   Hierarchy   Annotated   Files   Compound   Global   Pages  

SgArrayAssign< T, SIZE > Class Template Reference

#include <SgArray.h>

List of all members.


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 21 of file SgArray.h.

Static Public Member Functions

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


Member Function Documentation

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

Definition at line 49 of file SgArray.h.

References SG_ASSERT.

Referenced by SgArray< T, SIZE >::operator=().


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


17 Jun 2010 Doxygen 1.4.7