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

Synopsis

Declared in <serialize.h>

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

Parameters

Name

Description

substream

The underlying stream to wrap.

params

The parameter set to attach.

Created with MrDocs