Minimal stream for reading from an existing byte array by std::span.
Synopsis
Declared in <streams.h>
class SpanReader;
Member Functions
Name |
Description |
|
Constructors |
Return true if no bytes remain to be read. |
|
Skip the next |
|
Deserialize an object from the buffer and return this reader. |
|
Read bytes into the destination span, advancing past them. |
|
Return the number of bytes remaining to be read. |
Created with MrDocs