17 #include <bsoncxx/document/view.hpp>
18 #include <bsoncxx/stdx/optional.hpp>
19 #include <mongocxx/write_concern.hpp>
21 #include <mongocxx/config/prelude.hpp>
24 MONGOCXX_INLINE_NAMESPACE_BEGIN
51 const stdx::optional<class write_concern>& write_concern()
const;
54 stdx::optional<class write_concern> _write_concern;
58 MONGOCXX_INLINE_NAMESPACE_END
61 #include <mongocxx/config/postlude.hpp>
Definition: bulk_write.hpp:22
Class representing the optional arguments to a MongoDB delete operation.
Definition: delete.hpp:30
Class representing the server-side requirement for reporting the success of a write operation...
Definition: write_concern.hpp:54