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

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

#include <operators.hpp>

Concept definition

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

Detailed Description

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

Template Parameters
TThe type to check