ParamsStream::ParamsStream

Construct a params stream wrapping a substream and a single parameter set.

Synopsis

Declared in <serialize.h>

ParamsStream(
    SubStream&& substream,
    Params const& params);

Parameters

NameDescription
substreamThe underlying stream to wrap.
paramsThe parameter set to attach.