Sacado  Development
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
Static Public Member Functions | List of all members
Sacado::ss_array< T, isScalar > Struct Template Reference

Static array allocation class that works for any type. More...

#include <Sacado_StaticArrayTraits.hpp>

Static Public Member Functions

static void copy (const T *src, T *dest, int sz)
 Copy array from src to dest of length sz.
 
static void zero (T *dest, int sz)
 Zero out array dest of length sz.
 

Detailed Description

template<typename T, bool isScalar = IsScalarType<T>::value>
struct Sacado::ss_array< T, isScalar >

Static array allocation class that works for any type.


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