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

Detailed Description

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

Template Parameters
TThe type to check