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