Simple-Utility v2.3.1
Loading...
Searching...
No Matches
sl::concepts::right_shift_assignable_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 ...
Definition: operators.hpp:182
Determines whether two types can be used in operator >>= statements and checks if the return type is ...
Definition: operators.hpp:163

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