shards Version of the Day
Loading...
Searching...
No Matches
shards::BitAnd< n, i > Struct Template Reference

Bitwise-and into an array. More...

#include <Shards_SimpleArrayOps.hpp>

Public Types

enum  {
  N = n ,
  I = i
}

Public Member Functions

template<typename T>
 BitAnd (T *const dst, const T *const src)
 dst[0..N-1] &= src[0..N-1]

Detailed Description

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

Bitwise-and into an array.

Template Parameters
nNumber of members to and.

Definition at line 98 of file Shards_SimpleArrayOps.hpp.

Member Enumeration Documentation

◆ anonymous enum

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

Definition at line 99 of file Shards_SimpleArrayOps.hpp.

Constructor & Destructor Documentation

◆ BitAnd() [1/2]

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

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

Definition at line 103 of file Shards_SimpleArrayOps.hpp.

◆ BitAnd() [2/2]

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

Definition at line 106 of file Shards_SimpleArrayOps.hpp.


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