boost::capy::any_write_stream::any_write_stream
Construct by wrapping a WriteStream without ownership.
Synopsis
template<WriteStream S>
any_write_stream(S* s);
Description
Wraps the given stream by pointer. The stream must remain valid for the lifetime of this wrapper.
Parameters
| Name | Description |
|---|---|
s |
Pointer to the stream to wrap. |
Created with MrDocs