#include <etl/concepts.hpp>
template<typename T, typename U>
{
t !=
u } -> boolean_testable;
{ u == t } -> boolean_testable;
{ u != t } -> boolean_testable;
}
Definition boolean_testable.hpp:21
Definition weakly_equality_comparable_with.hpp:19
The class template bitset represents a fixed-size sequence of Bits bits. Bitsets can be manipulated b...
Definition bitset.hpp:23
- Note
- Non-standard extension