MongoDB C++ Driver mongocxx-3.11.0
|
Provides concatenators for use with "streaming" BSON builder syntax.
Go to the source code of this file.
Classes | |
struct | bsoncxx::v_noabi::builder::concatenate_array |
Container to concatenate an array. Use this with the array stream builder in order to pass an array into a new builder and append its values to the stream. More... | |
struct | bsoncxx::v_noabi::builder::concatenate_doc |
Container to concatenate a document. Use it by constructing an instance with the document to be concatenated, and pass it into a document stream builder. 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::v_noabi |
Declares entities whose ABI stability is NOT guaranteed. | |
namespace | bsoncxx::v_noabi::builder |
Declares entities used to build BSON documents. | |