Simple-Utility v2.3.1
Loading...
Searching...
No Matches
sl::concepts::right_shiftable_r Concept Reference

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>

Concept definition

template<class T, class TResult std::remove_cvref_t<T>>
Determines whether the given type can be used on both sides of operator >> statements and checks if t...
Definition: operators.hpp:68
Determines whether two types can be used in operator >> statements and checks if the return type is c...
Definition: operators.hpp:49

Detailed Description

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.

Template Parameters
TThe type to check
TResultThe expected return type