ParamsStream::read

Read bytes from the underlying stream.

Synopsis

Declared in <serialize.h>

void
read(std::span<std::byte> dst);

Parameters

NameDescription
dstThe buffer to read into.