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