|
shards Version of the Day
|
#include <Shards_SimpleArrayOps.hpp>
Public Types | |
| enum | { N = n , I = i } |
Public Member Functions | |
| template<typename T> | |
| Copy (T *const dst, const T *const src) | |
| dst[0..N-1] = src[0..N-1] | |
| template<typename T> | |
| Copy (T *const dst, const T src) | |
| dst[0..N-1] = src | |
Copy into an array.
| n | Number of members to copy. |
Definition at line 29 of file Shards_SimpleArrayOps.hpp.
| anonymous enum |
Definition at line 30 of file Shards_SimpleArrayOps.hpp.
|
inline |
dst[0..N-1] = src[0..N-1]
Definition at line 34 of file Shards_SimpleArrayOps.hpp.
|
inline |
dst[0..N-1] = src
Definition at line 39 of file Shards_SimpleArrayOps.hpp.
|
inline |
Definition at line 42 of file Shards_SimpleArrayOps.hpp.