boost::capy::any_write_sink::any_write_sink
Construct by taking ownership of a WriteSink.
Synopsis
template<WriteSink S>
requires (!std::same_as<std::decay_t<S>, any_write_sink>)
any_write_sink(S s);
Description
Allocates storage and moves the sink into this wrapper. The wrapper owns the sink and will destroy it.
Parameters
| Name | Description |
|---|---|
s |
The sink to take ownership of. |
Created with MrDocs