isClosableStream

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

bool
isClosableStream
(
S
)
()

Return Value

Type: bool

true if the given argument is a closable stream.

Meta