isSource

Checks if a type is a source. A source is a stream that can be read from and must define the member function read. The stream can be either a class or a struct.

enum isSource (
Stream
)

Meta