27using ::bsoncxx::v_noabi::builder::concatenate;
102using ::bsoncxx::v_noabi::builder::stream::concatenate;
104using ::bsoncxx::v_noabi::builder::stream::close_array;
105using ::bsoncxx::v_noabi::builder::stream::close_document;
106using ::bsoncxx::v_noabi::builder::stream::finalize;
107using ::bsoncxx::v_noabi::builder::stream::open_array;
108using ::bsoncxx::v_noabi::builder::stream::open_document;
121#if defined(BSONCXX_PRIVATE_DOXYGEN_PREPROCESSOR)
The bsoncxx macro guard postlude header.
The bsoncxx macro guard prelude header.
Provides concatenators for use with "streaming" BSON builder syntax.
Provides bsoncxx::v_noabi::document::view_or_value.
constexpr open_array_type open_array
bsoncxx::v_noabi::builder::stream::open_array
Definition helpers.hpp:137
constexpr open_document_type open_document
bsoncxx::v_noabi::builder::stream::open_document
Definition helpers.hpp:140
constexpr close_array_type close_array
bsoncxx::v_noabi::builder::stream::close_array
Definition helpers.hpp:128
constexpr finalize_type finalize
bsoncxx::v_noabi::builder::stream::finalize
Definition helpers.hpp:134
constexpr close_document_type close_document
bsoncxx::v_noabi::builder::stream::close_document
Definition helpers.hpp:131
constexpr finalize_type finalize
A stream manipulator to finalize a document. When finalize is passed, the expression will evaluate to...
Definition helpers.hpp:91
constexpr open_document_type open_document
A stream manipulator to open a subdocument.
Definition helpers.hpp:39
constexpr close_document_type close_document
A stream manipulator to close a subdocument.
Definition helpers.hpp:51
constexpr open_array_type open_array
A stream manipulator to open a subarray.
Definition helpers.hpp:66
constexpr close_array_type close_array
A stream manipulator to close a subarray.
Definition helpers.hpp:78
The top-level namespace within which all bsoncxx library entities are declared.
The type of a stream manipulator to close a subarray.
Definition helpers.hpp:71
The type of a stream manipulator to close a subdocument.
Definition helpers.hpp:44
The type of a stream manipulator to finalize a document.
Definition helpers.hpp:83
The type of a stream manipulator to open a subarray.
Definition helpers.hpp:56
The type of a stream manipulator to open a subdocument.
Definition helpers.hpp:32