Read bytes from the underlying stream.

Synopsis

Declared in <serialize.h>

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

Parameters

Name

Description

dst

The buffer to read into.

Created with MrDocs