Simple-Utility v2.3.1
|
Determines whether two types can be used in operator |= expressions and if the return type is convertible to the expected one. More...
#include <operators.hpp>
Determines whether two types can be used in operator |= expressions and if the return type is convertible to the expected one.
TLhs | The left-hand-side type |
TRhs | the right-hand-side-type |
TResult | The expected return type |