MongoDB C++ Driver 4.1.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
bsoncxx::v_noabi::builder::basic::sub_array Class Reference

#include <bsoncxx/v_noabi/bsoncxx/builder/basic/sub_array.hpp>

Description

Represents an array element being constructed during an append operation.

See also

Public Member Functions

 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.
 

Constructor & Destructor Documentation

◆ sub_array()

bsoncxx::v_noabi::builder::basic::sub_array::sub_array ( core * core)
inline

Default constructor.

Member Function Documentation

◆ append() [1/2]

void bsoncxx::v_noabi::builder::basic::sub_array::append ( )
inline

Inductive base-case for the variadic append(...)

◆ append() [2/2]

template<typename Arg, typename... Args>
void bsoncxx::v_noabi::builder::basic::sub_array::append ( Arg && a,
Args &&... args )
inline

Appends multiple BSON values.


The documentation for this class was generated from the following file: