17 #include <bsoncxx/document/view.hpp>
18 #include <bsoncxx/stdx/optional.hpp>
19 #include <mongocxx/stdx.hpp>
20 #include <mongocxx/write_concern.hpp>
22 #include <mongocxx/config/prelude.hpp>
25 MONGOCXX_INLINE_NAMESPACE_BEGIN
44 void bypass_document_validation(
bool bypass_document_validation);
51 const stdx::optional<bool>& bypass_document_validation()
const;
70 const stdx::optional<class write_concern>& write_concern()
const;
85 void ordered(
bool ordered);
94 const stdx::optional<bool>& ordered()
const;
97 stdx::optional<class write_concern> _write_concern;
98 stdx::optional<bool> _ordered;
99 stdx::optional<bool> _bypass_document_validation;
103 MONGOCXX_INLINE_NAMESPACE_END
106 #include <mongocxx/config/postlude.hpp>
Definition: bulk_write.hpp:22
Class representing the optional arguments to a MongoDB insert operation.
Definition: insert.hpp:31
Class representing the server-side requirement for reporting the success of a write operation...
Definition: write_concern.hpp:54