15100 {
15102
15103 for (const auto &el : value)
15104 {
15106 }
15107
15108 oa->write_character(to_char_type(0x00));
15109 }
output_adapter_t< CharType > oa
the output
void write_bson_element(const string_t &name, const BasicJsonType &j)
Serializes the JSON value j to BSON and associates it with the key name.
static std::size_t calc_bson_object_size(const typename BasicJsonType::object_t &value)
Calculates the size of the BSON serialization of the given JSON-object j.