MongoDB C++ Driver mongocxx-3.11.0
Loading...
Searching...
No Matches
bsoncxx::v_noabi::builder::basic::sub_document Class Reference

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

Description

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.
 

Member Function Documentation

◆ append() [1/2]

BSONCXX_ABI_NO_EXPORT void bsoncxx::v_noabi::builder::basic::sub_document::append ( )
inline

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

◆ append() [2/2]

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

Appends multiple basic::kvp key-value pairs.


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