MongoDB C++ Driver mongocxx-3.11.0
Loading...
Searching...
No Matches
array.hpp File Reference

Description

Go to the source code of this file.

Classes

class  bsoncxx::v_noabi::builder::basic::array
 A traditional builder-style interface for constructing a BSON array. More...
 

Namespaces

namespace  bsoncxx
 The top-level namespace within which all bsoncxx library entities are declared.
 
namespace  bsoncxx::builder
 Declares entities used to build BSON documents.
 
namespace  bsoncxx::builder::basic
 Declares entities used with "basic" BSON builder syntax.
 
namespace  bsoncxx::v_noabi
 Declares entities whose ABI stability is NOT guaranteed.
 
namespace  bsoncxx::v_noabi::builder
 Declares entities used to build BSON documents.
 
namespace  bsoncxx::v_noabi::builder::basic
 Declares entities used with "basic" BSON builder syntax.
 

Functions

template<typename... Args>
v_noabi::array::value bsoncxx::builder::basic::make_array (Args &&... args)
 bsoncxx::v_noabi::builder::basic::make_array
 
template<typename... Args>
bsoncxx::v_noabi::array::value bsoncxx::v_noabi::builder::basic::make_array (Args &&... args)
 Creates an array from a list of elements.