|
arsenalgear-cpp
A library containing general purpose C++ utils.
|
Struct used to check if a type is a streamable or not, i.e. it has operator << overload or not. More...
#include <type.hpp>


Struct used to check if a type is a streamable or not, i.e. it has operator << overload or not.
| S | The type of the stream object which should stream the input object. |
| T | The type of the input object. |
| typename |