Version: SMASH-3.2
smash::is_writable_to_stream< S, T, typename > Struct Template Reference

#include <traits.h>

template<typename S, typename T, typename = void>
struct smash::is_writable_to_stream< S, T, typename >

Type trait to infer if a type can be streamed via the << operator.

This is the general case for not streamable types.

Template Parameters
SType of the stream
TType to be tested
typenameset to void as utility to implement the type trait

Definition at line 27 of file traits.h.

Inheritance diagram for smash::is_writable_to_stream< S, T, typename >:

The documentation for this struct was generated from the following file: