Visual Computing Library
|
Concept that is evaluated true if T is an output streamable type. More...
#include <vclib/concepts/serialization.h>
Concept that is evaluated true if T is an output streamable type.
A type T is output streamable if it can be written to an output stream, i.e., it has an overloaded operator<<.