MongoDB C++ Driver mongocxx-3.11.0
|
#include <bsoncxx/v_noabi/bsoncxx/builder/basic/sub_document.hpp>
An internal class of builder::basic. Users should almost always construct a builder::basic::document instead.
Public Member Functions | |
BSONCXX_ABI_NO_EXPORT void | append () |
Inductive base-case for the variadic append(...) | |
template<typename Arg , typename... Args> | |
void | append (Arg &&a, Args &&... args) |
Appends multiple basic::kvp key-value pairs. | |
|
inline |
Inductive base-case for the variadic append(...)
|
inline |
Appends multiple basic::kvp key-value pairs.