Stokhos Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Classes | Namespaces | Macros
Stokhos_DynamicArrayTraits.hpp File Reference
#include <new>
#include <cstring>
Include dependency graph for Stokhos_DynamicArrayTraits.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Stokhos::IsScalarType< T >
 Base template specification for IsScalarType. More...
 
struct  Stokhos::ds_array< T, isScalar >
 Dynamic array allocation class that works for any type. More...
 
struct  Stokhos::ds_array< T, true >
 Dynamic array allocation class that is specialized for scalar i.e., fundamental or built-in types (float, double, etc...). More...
 

Namespaces

namespace  Stokhos
 Top-level namespace for Stokhos classes and functions.
 

Macros

#define STOKHOS_BUILTIN_SPECIALIZATION(t)
 Specialization of above classes to built-in types.
 

Macro Definition Documentation

◆ STOKHOS_BUILTIN_SPECIALIZATION

#define STOKHOS_BUILTIN_SPECIALIZATION (   t)
Value:
template <> struct IsScalarType< t > { \
static const bool value = true; \
};

Specialization of above classes to built-in types.

Definition at line 62 of file Stokhos_DynamicArrayTraits.hpp.