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

Name

Description

data

Bytes the reader will consume.

Created with MrDocs