boost::capy::any_stream::~any_stream
Destructor.
Synopsis
Declared in <boost/capy/io/any_stream.hpp>
~any_stream();
Description
Destroys the owned stream (if any). Base class destructors handle their cached awaitable storage.
Created with MrDocs