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