99using ::bsoncxx::v_noabi::builder::stream::close_array;
100using ::bsoncxx::v_noabi::builder::stream::close_document;
101using ::bsoncxx::v_noabi::builder::stream::finalize;
102using ::bsoncxx::v_noabi::builder::stream::open_array;
103using ::bsoncxx::v_noabi::builder::stream::open_document;
The bsoncxx v_noabi macro guard postlude header.
The bsoncxx v_noabi macro guard prelude header.
Provides bsoncxx::v_noabi::document::view_or_value.
constexpr finalize_type finalize
A stream manipulator to finalize a document. When finalize is passed, the expression will evaluate to...
Definition helpers.hpp:88
constexpr open_document_type open_document
A stream manipulator to open a subdocument.
Definition helpers.hpp:36
constexpr close_document_type close_document
A stream manipulator to close a subdocument.
Definition helpers.hpp:48
constexpr open_array_type open_array
A stream manipulator to open a subarray.
Definition helpers.hpp:63
constexpr close_array_type close_array
A stream manipulator to close a subarray.
Definition helpers.hpp:75
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:68
The type of a stream manipulator to close a subdocument.
Definition helpers.hpp:41
The type of a stream manipulator to finalize a document.
Definition helpers.hpp:80
The type of a stream manipulator to open a subarray.
Definition helpers.hpp:53
The type of a stream manipulator to open a subdocument.
Definition helpers.hpp:29