|
shards Version of the Day
|
Bitwise-or into an array. More...
#include <Shards_SimpleArrayOps.hpp>
Public Types | |
| enum | { N = n , I = i } |
Public Member Functions | |
| template<typename T> | |
| BitOr (T *const dst, const T *const src) | |
| dst[0..N-1] |= src[0..N-1] | |
Bitwise-or into an array.
| n | Number of members to or. |
Definition at line 83 of file Shards_SimpleArrayOps.hpp.
| anonymous enum |
Definition at line 84 of file Shards_SimpleArrayOps.hpp.
|
inline |
dst[0..N-1] |= src[0..N-1]
Definition at line 88 of file Shards_SimpleArrayOps.hpp.
|
inline |
Definition at line 91 of file Shards_SimpleArrayOps.hpp.