17 #include <bsoncxx/builder/concatenate.hpp>
18 #include <bsoncxx/document/view_or_value.hpp>
20 #include <bsoncxx/config/prelude.hpp>
27 using ::bsoncxx::v_noabi::builder::concatenate;
102 using ::bsoncxx::v_noabi::builder::stream::concatenate;
104 using ::bsoncxx::v_noabi::builder::stream::close_array;
105 using ::bsoncxx::v_noabi::builder::stream::close_document;
106 using ::bsoncxx::v_noabi::builder::stream::finalize;
107 using ::bsoncxx::v_noabi::builder::stream::open_array;
108 using ::bsoncxx::v_noabi::builder::stream::open_document;
114 #include <bsoncxx/config/postlude.hpp>
The top-level namespace for bsoncxx library entities.
Definition: element-fwd.hpp:19
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