Simple-Utility v2.3.1
Loading...
Searching...
No Matches
sl::concepts::left_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:190
Determines whether the given type can be used on both sides of operator <<= statements.
Definition: operators.hpp:213

Detailed Description

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

Template Parameters
TThe type to check