boost::capy::any_stream::operator bool
Check if the wrapper contains a valid stream.
Synopsis
Declared in <boost/capy/io/any_stream.hpp>
explicit
operator bool() const noexcept;
Return Value
true if wrapping a stream, false if default‐constructed or moved‐from.
Created with MrDocs