Determines whether two types can be used in operator &, |, ^, &=, |=, ^= and ~ expressions and if the return types are convertible to the expected ones.
More...
template<class TLhs, class TRhs, class TCombineResult std::remove_cvref_t<TLhs>, class TAssignResult std::remove_cvref_t<TLhs>&>
Determines whether a type can be used in operator ~ expression and if the return type is convertible ...
Definition: operators.hpp:323
Determines whether two types can be used in operator &, |, ^, &=, |=, ^= and ~ expressions and if the...
Definition: operators.hpp:674
Determines whether two types can be used in operator &=, |= and ^= expressions and if the return type...
Definition: operators.hpp:628
Determines whether two types can be used in operator &, | amd ^ expressions and if the return type is...
Definition: operators.hpp:586
Determines whether two types can be used in operator &, |, ^, &=, |=, ^= and ~ expressions and if the return types are convertible to the expected ones.
- Template Parameters
-
TLhs | The left-hand-side type |
TRhs | the right-hand-side-type |
TCombineResult | The expected return type of combining operations |
TAssignResult | The expected return type of assigning operations |