isClosableStream

Determines if the given template argument is a closable stream type, which defines a void close() method as a means to close and/or deallocate the underlying resource that the stream reads from or writes to.

bool
isClosableStream
(
StreamType
)
()

Return Value

Type: bool

true if the given argument is a closable stream.

Meta