isSomeStream

Determines if the given stream type is an input or output stream for data of the given type.

  1. bool isSomeStream()
  2. bool isSomeStream()
    bool
    isSomeStream
    (
    StreamType
    DataType
    )
    ()

Return Value

Type: bool

true if the stream type is an input or output stream for the given data type.

Meta