147 bsoncxx::
v_noabi::stdx::optional<std::chrono::milliseconds> _max_time;
156#include <mongocxx/config/postlude.hpp>
A polyfill for std::optional<T>.
Definition optional.hpp:800
index_view & write_concern(mongocxx::v_noabi::write_concern write_concern)
Sets the write concern for this operation.
index_view & commit_quorum(std::int32_t commit_quorum)
Sets the commit quorum for this operation.
index_view & max_time(std::chrono::milliseconds max_time)
Sets the maximum amount of time for this operation to run (server-side) in milliseconds.
#define MONGOCXX_ABI_EXPORT_CDECL(...)
Equivalent to MONGOCXX_ABI_EXPORT with MONGOCXX_ABI_CDECL.
Definition export.hpp:52
The mongocxx v_noabi macro guard prelude header.
The top-level namespace within which all bsoncxx library entities are declared.
Declares entities representing options to use with various commands.
Declares entities whose ABI stability is NOT guaranteed.
The top-level namespace within which all mongocxx library entities are declared.
Declares mongocxx::v_noabi::options::index_view.
Provides std::optional-related polyfills for library API usage.
Provides mongocxx::v_noabi::write_concern.