shards Version of the Day
Loading...
Searching...
No Matches

Copy into an array. More...

#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
 

Detailed Description

template<unsigned n, unsigned i = 0>
struct shards::Copy< n, i >

Copy into an array.

Template Parameters
nNumber of members to copy.

Definition at line 65 of file Shards_SimpleArrayOps.hpp.

Member Enumeration Documentation

◆ anonymous enum

template<unsigned n, unsigned i = 0>
anonymous enum

Definition at line 66 of file Shards_SimpleArrayOps.hpp.

Constructor & Destructor Documentation

◆ Copy() [1/3]

template<unsigned n, unsigned i = 0>
template<typename T >
shards::Copy< n, i >::Copy ( T *const dst,
const T *const src )
inline

dst[0..N-1] = src[0..N-1]

Definition at line 70 of file Shards_SimpleArrayOps.hpp.

◆ Copy() [2/3]

template<unsigned n, unsigned i = 0>
template<typename T >
shards::Copy< n, i >::Copy ( T *const dst,
const T src )
inline

dst[0..N-1] = src

Definition at line 75 of file Shards_SimpleArrayOps.hpp.

◆ Copy() [3/3]

template<unsigned n, unsigned i = 0>
shards::Copy< n, i >::Copy ( )
inline

Definition at line 78 of file Shards_SimpleArrayOps.hpp.


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