isSink

Checks if a type is a sink. A sink is a stream that can be written to and must define the member function write. The stream can be either a class or a struct.

enum isSink (
Stream
)

Meta