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