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

Determines whether the given type can be used on both sides of operator <<= and 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 <<= and operator >>= statemen...
Definition: operators.hpp:257
Determines whether two types can be used in operator >>= and operator <<= statements and checks if th...
Definition: operators.hpp:240

Detailed Description

Determines whether the given type can be used on both sides of operator <<= and operator >>= statements and checks if the return type is convertible to the expected.

Template Parameters
TThe type to check
TResultThe expected return type