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