DataStream::read

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

NameDescription
dstBuffer to fill with bytes read from the stream.