isSomeStream

Determines if the given template argument is a stream of any kind; that is, it is at least implementing the functions required to be an input or output stream.

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

Return Value

Type: bool

true if the given argument is some stream.

Meta