SpanReader::SpanReader

Construct a reader over an existing array of unsigned char bytes.

Synopsis

Declared in <streams.h>

explicit
SpanReader(std::span<unsigned char const> data);

Parameters

NameDescription
dataBytes the reader will consume.