Simple-Utility v2.3.1
|
Determines whether the given type can be used on both sides of operator <<, >>, <<= and >>= statements and checks if the return types are convertible to the expected ones. More...
#include <operators.hpp>
Determines whether the given type can be used on both sides of operator <<, >>, <<= and >>= statements and checks if the return types are convertible to the expected ones.
T | The type to check |
TResult | The expected return type of the non-assign operations |
TAssignResult | The expected return type of shift assign operations |