Minimal stream for writing to an existing span of bytes.
Declared in <streams.h>
class SpanWriter;
| Name | Description |
|---|---|
SpanWriter [constructor] | Constructors |
write | Write a buffer of bytes into the span, throwing if it would overflow. |
operator<< | Serialize an object into the span and return this writer. |