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;
116#if defined(BSONCXX_PRIVATE_DOXYGEN_PREPROCESSOR)
The bsoncxx macro guard postlude header.
The bsoncxx macro guard prelude header.
Provides bsoncxx::v_noabi::document::view_or_value.
constexpr open_array_type open_array
bsoncxx::v_noabi::builder::stream::open_array
Definition helpers.hpp:132
constexpr open_document_type open_document
bsoncxx::v_noabi::builder::stream::open_document
Definition helpers.hpp:135
constexpr close_array_type close_array
bsoncxx::v_noabi::builder::stream::close_array
Definition helpers.hpp:123
constexpr finalize_type finalize
bsoncxx::v_noabi::builder::stream::finalize
Definition helpers.hpp:129
constexpr close_document_type close_document
bsoncxx::v_noabi::builder::stream::close_document
Definition helpers.hpp:126
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