17 #include <bsoncxx/document/view.hpp>
18 #include <bsoncxx/stdx/optional.hpp>
19 #include <bsoncxx/types/bson_value/view_or_value.hpp>
20 #include <mongocxx/stdx.hpp>
21 #include <mongocxx/write_concern.hpp>
23 #include <mongocxx/config/prelude.hpp>
26 MONGOCXX_INLINE_NAMESPACE_BEGIN
49 insert& bypass_document_validation(
bool bypass_document_validation);
56 const stdx::optional<bool>& bypass_document_validation()
const;
79 const stdx::optional<class write_concern>&
write_concern()
const;
98 insert& ordered(
bool ordered);
107 const stdx::optional<bool>& ordered()
const;
130 const stdx::optional<bsoncxx::types::bson_value::view_or_value>& comment()
const;
133 stdx::optional<class write_concern> _write_concern;
134 stdx::optional<bool> _ordered;
135 stdx::optional<bool> _bypass_document_validation;
136 stdx::optional<bsoncxx::types::bson_value::view_or_value> _comment;
140 MONGOCXX_INLINE_NAMESPACE_END
143 #include <mongocxx/config/postlude.hpp>