boost::capy::any_buffer_sink::any_buffer_sink
Construct by wrapping a BufferSink without ownership.
Synopsis
template<BufferSink S>
any_buffer_sink(S* s);
Description
Wraps the given sink by pointer. The sink must remain valid for the lifetime of this wrapper. If S also satisfies WriteSink, native write operations are forwarded through the virtual boundary.
Parameters
| Name | Description |
|---|---|
s |
Pointer to the sink to wrap. |
Created with MrDocs