SUNphi
1.0
|
Access a variable by bit. More...
Go to the source code of this file.
Functions | |
template<typename T > | |
bool | SUNphi::bitOf (const T &in, const int pos) |
Access to a given bit of a variable. More... | |
template<typename T > | |
bool | SUNphi::lowestBitOf (const T &in) |
Access to the lowest bit of a variable. More... | |
Access a variable by bit.
Definition in file Bits.hpp.
bool SUNphi::bitOf | ( | const T & | in, |
const int | pos | ||
) |