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

Determines whether the given type can be used on both sides of operator >>= statements. More...

#include <operators.hpp>

Concept definition

template<class T>
Determines whether two types can be used in operator >>= statements.
Definition: operators.hpp:150
Determines whether the given type can be used on both sides of operator >>= statements.
Definition: operators.hpp:173

Detailed Description

Determines whether the given type can be used on both sides of operator >>= statements.

Template Parameters
TThe type to check