Simple-Utility v2.3.1
|
Determines whether two types can be used in operator <<, >>, <<= and >>= statements and checks if the return types are convertible to the expected ones. More...
#include <operators.hpp>
Determines whether two types can be used in operator <<, >>, <<= and >>= statements and checks if the return types are convertible to the expected ones.
T1 | The left-hand-side type |
T2 | the right-hand-side-type |
TResult | The expected return type of the non-assign operations |
TAssignResult | The expected return type of shift assign operations |