![]() |
Rosetta
2021.16
|
Functions | |
| template<typename T > | |
| T | bit_not (T const &x) |
| Bitwise Not. More... | |
| template<typename T > | |
| T | bit_and (T const &x, T const &y) |
| Bitwise And. More... | |
| template<typename T > | |
| T | bit_or (T const &x, T const &y) |
| Bitwise Inclusive Or. More... | |
| template<typename T > | |
| T | bit_xor (T const &x, T const &y) |
| Bitwise Exclusive Or. More... | |
| template<typename T > | |
| T | bit_set (T const &x, T const &pos) |
| Bit Value Set to 1. More... | |
| template<typename T > | |
| T | bit_clr (T const &x, T const &pos) |
| Bit Value Set to 0. More... | |
| template<typename T > | |
| bool | bit_test (T const &x, T const &pos) |
| Bit Value Test. More... | |
Bit Value Set to 0.
References pyrosetta.distributed.cluster.exceptions::T.
Bitwise Inclusive Or.
Bit Value Set to 1.
References pyrosetta.distributed.cluster.exceptions::T.
Bit Value Test.
References pyrosetta.distributed.cluster.exceptions::T.
1.8.7