boost::capy::any_read_source::any_read_source

Construct by taking ownership of a ReadSource.

Synopsis

template<ReadSource S>
requires (!std::same_as<std::decay_t<S>, any_read_source>)
any_read_source(S s);

Description

Allocates storage and moves the source into this wrapper. The wrapper owns the source and will destroy it.

Parameters

Name Description

s

The source to take ownership of.

Created with MrDocs