Static array allocation class. More...
#include <Stokhos_StaticArrayTraits.hpp>
Public Types | |
| typedef T | value_type |
| typedef node | node_type |
Static Public Member Functions | |
| static void | copy (const T *src, T *dest, std::size_t sz) |
Copy array from src to dest of length sz. | |
| static void | zero (T *dest, std::size_t sz) |
Zero out array dest of length sz. | |
| static void | fill (T *desk, std::size_t sz, const T &v) |
Fill array dest of length sz with value v. | |
Static array allocation class.
1.7.6.1