Determines whether a type can be used on both sides of operator &, |, ^, &=, |=, ^= and ~ expressions and if the return types are convertible to the expected ones.
More...
template<class T, class TCombineResult std::remove_cvref_t<T>, class TAssignResult std::remove_cvref_t<T>&>
Determines whether a type can be used in operator ~ expression and if the return type is convertible ...
Definition: operators.hpp:323
Determines whether a type can be used on both sides of operator &, |, ^, &=, |=, ^= and ~ expressions...
Definition: operators.hpp:695
Determines whether a type can be used on both sides of operator &=, |= and ^= expressions and if the ...
Definition: operators.hpp:648
Determines whether a type can be used on both sides of operator &, | and ^ expressions and if the ret...
Definition: operators.hpp:606
Determines whether a type can be used on both sides of operator &, |, ^, &=, |=, ^= and ~ expressions and if the return types are convertible to the expected ones.
- Template Parameters
-
T | The type to check |
TCombineResult | The expected return type of combining operations |
TAssignResult | The expected return type of assigning operations |