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.
true if the given argument is some stream.
See Implementation
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.