#include <bsoncxx/v_noabi/bsoncxx/builder/basic/sub_array.hpp>
Represents an array element being constructed during an append operation.
- See also
-
|
| | sub_array (core *core) |
| | Default constructor.
|
| void | append () |
| | Inductive base-case for the variadic append(...).
|
| template<typename Arg, typename... Args> |
| void | append (Arg &&a, Args &&... args) |
| | Appends multiple BSON values.
|
◆ sub_array()
◆ append() [1/2]
Inductive base-case for the variadic append(...).
◆ append() [2/2]
template<typename Arg, typename... Args>
Appends multiple BSON values.
The documentation for this class was generated from the following file: