Botan 3.11.0
Crypto and TLS for C&
Botan::@207030072371014042302074153301211212137022167065::BitsliceT Concept Reference

Concept definition

template<typename T>
concept Botan::@207030072371014042302074153301211212137022167065::BitsliceT = requires(T& a, const T& b) {
a ^= b;
a &= b;
a |= b;
~a;
}

Detailed Description

Definition at line 19 of file des.cpp.