#include <traits.h>
Type trait to infer if a type can be written via the << operator, by that not only meaning that an overload exists, but also that possible contained types can be streamed, too.
This is the general case for not streamable types.
| S | Type of the stream. |
| T | Type to be tested. |
| Enable | Type set to void as utility to implement the type trait. |