Read bytes from the front of the stream into dst, advancing the read position.

Synopsis

Declared in <streams.h>

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

Parameters

Name

Description

dst

Buffer to fill with bytes read from the stream.

Created with MrDocs