boost::capy::any_buffer_source::any_buffer_source

Construct by wrapping a BufferSource without ownership.

Synopsis

template<BufferSource S>
any_buffer_source(S* s);

Description

Wraps the given source by pointer. The source must remain valid for the lifetime of this wrapper. If S also satisfies ReadSource, native read operations are forwarded through the virtual boundary.

Parameters

Name Description

s

Pointer to the source to wrap.

Created with MrDocs