MongoDB C++ Driver
mongocxx-3.10.2
|
An internal class of builder::basic. More...
#include <sub_array.hpp>
Public Member Functions | |
sub_array (core *core) | |
Default constructor. | |
template<typename Arg , typename... Args> | |
void | append (Arg &&a, Args &&... args) |
Appends multiple BSON values. | |
void | append () |
Inductive base-case for the variadic append(...) | |
An internal class of builder::basic.
Users should almost always construct a builder::basic::array instead.