17 #include <bsoncxx/stdx/optional.hpp>
18 #include <mongocxx/write_concern.hpp>
20 #include <mongocxx/config/prelude.hpp>
23 MONGOCXX_INLINE_NAMESPACE_BEGIN
84 const stdx::optional<class write_concern>&
write_concern()
const;
96 bulk_write& bypass_document_validation(
bool bypass_document_validation);
104 const stdx::optional<bool> bypass_document_validation()
const;
108 stdx::optional<class write_concern> _write_concern;
109 stdx::optional<bool> _bypass_document_validation;
113 MONGOCXX_INLINE_NAMESPACE_END
116 #include <mongocxx/config/postlude.hpp>