19 #include <bsoncxx/stdx/optional.hpp> 20 #include <mongocxx/write_concern.hpp> 22 #include <mongocxx/config/prelude.hpp> 25 MONGOCXX_INLINE_NAMESPACE_BEGIN
48 index_view& max_time(std::chrono::milliseconds max_time);
59 const bsoncxx::stdx::optional<std::chrono::milliseconds>& max_time()
const;
85 const bsoncxx::stdx::optional<mongocxx::write_concern>&
write_concern()
const;
88 bsoncxx::stdx::optional<std::chrono::milliseconds> _max_time;
89 bsoncxx::stdx::optional<mongocxx::write_concern> _write_concern;
93 MONGOCXX_INLINE_NAMESPACE_END
96 #include <mongocxx/config/postlude.hpp> Top level namespace for the MongoDB C++ driver.
Definition: bulk_write.hpp:24
Class representing optional arguments to IndexView operations.
Definition: index_view.hpp:31
Class representing the server-side requirement for reporting the success of a write operation...
Definition: write_concern.hpp:55