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