Provides bsoncxx::v_noabi::builder::stream::array_context.
The bsoncxx macro guard postlude header.
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
Provides bsoncxx::v_noabi::builder::stream::key_context.
Declares bsoncxx::v_noabi::builder::stream::single_context.
Provides bsoncxx::v_noabi::builder::stream::value_context.