boost::capy::any_stream::any_stream
Default constructor.
Synopsis
Declared in <boost/capy/io/any_stream.hpp>
constexpr
any_stream() = default;
Description
Constructs an empty wrapper. Operations on a default‐constructed wrapper result in undefined behavior.
Created with MrDocs