boost::capy::any_stream::operator=
Copy assignment operator
Synopsis
Declared in <boost/capy/io/any_stream.hpp>
any_stream&
operator=(any_stream const& other) = delete;
Parameters
| Name | Description |
|---|---|
other |
The object to copy assign from |
Created with MrDocs