Minimal stream for writing to an existing span of bytes.
Synopsis
Declared in <streams.h>
class SpanWriter;
Member Functions
Name |
Description |
|
Constructors |
Write a buffer of bytes into the span, throwing if it would overflow. |
|
Serialize an object into the span and return this writer. |
Created with MrDocs