StreamType

A template that evaluates to the type of a given input or output stream.

Members

Aliases

StreamType
alias StreamType = ElementType!(Parameters!(__traits(getMember, S, INPUT_STREAM_METHOD))[0])
Undocumented in source.
StreamType
alias StreamType = ElementType!(Parameters!(__traits(getMember, S, OUTPUT_STREAM_METHOD))[0])
Undocumented in source.

Parameters

S

The stream to get the type of.

Meta