Read bytes into the destination span, advancing past them.

Synopsis

Declared in <streams.h>

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

Parameters

Name

Description

dst

Buffer to fill with bytes read from the reader.

Created with MrDocs