Serialize an object into the span and return this writer.
Synopsis
Declared in <streams.h>
template<typename T>
SpanWriter&
operator<<(T const& obj);
Return Value
A reference to this writer.
Parameters
Name |
Description |
obj |
Object to serialize into the span. |
Created with MrDocs