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