A stream context which appends a single value.
Definition: single_context.hpp:38
key_context operator<<(open_document_type)
<< operator for opening a new subdocument in the core builder.
Definition: single_context.hpp:53
void operator<<(T &&t)
<< operator for accepting a real value and appending it to the core builder.
Definition: single_context.hpp:78
single_context(core *core)
Create a single_context given a core builder.
Definition: single_context.hpp:46
A stream context which expects a value, which can later be followed by more key/value pairs.
Definition: value_context.hpp:50