boost::capy::any_read_stream::any_read_stream
Construct by wrapping a ReadStream without ownership.
Synopsis
template<ReadStream S>
any_read_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