MongoDB C++ Driver mongocxx-3.11.0
|
Provides stream manipulators for use with "streaming" BSON builder syntax.
Go to the source code of this file.
Classes | |
struct | bsoncxx::v_noabi::builder::stream::close_array_type |
The type of a stream manipulator to close a subarray. More... | |
struct | bsoncxx::v_noabi::builder::stream::close_document_type |
The type of a stream manipulator to close a subdocument. More... | |
struct | bsoncxx::v_noabi::builder::stream::finalize_type |
The type of a stream manipulator to finalize a document. More... | |
struct | bsoncxx::v_noabi::builder::stream::open_array_type |
The type of a stream manipulator to open a subarray. More... | |
struct | bsoncxx::v_noabi::builder::stream::open_document_type |
The type of a stream manipulator to open a subdocument. 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::stream |
Declares entities used with "streaming" 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::stream |
Declares entities used with "streaming" BSON builder syntax. | |