A stream context which expects any number of values.
Definition: array_context.hpp:52
A stream context which expects a key, which can later be followed by value, then more key/value pairs...
Definition: array_context.hpp:32
A stream context which appends a single value.
Definition: single_context.hpp:36
void operator<<(T &&t)
<< operator for accepting a real value and appending it to the core builder.
Definition: single_context.hpp:79
key_context< single_context > operator<<(open_document_type)
<< operator for opening a new subdocument in the core builder.
Definition: single_context.hpp:53
A stream context which expects a value, which can later be followed by more key/value pairs...
Definition: value_context.hpp:48
single_context(core *core)
Create a single_context given a core builder.
Definition: single_context.hpp:44