17 #include <mongocxx/config/prelude.hpp> 20 MONGOCXX_INLINE_NAMESPACE_BEGIN
46 client_session& causal_consistency(
bool causal_consistency) noexcept;
51 bool causal_consistency()
const noexcept;
68 bool _causal_consistency =
true;
86 MONGOCXX_INLINE_NAMESPACE_END
89 #include <mongocxx/config/postlude.hpp> Top level namespace for the MongoDB C++ driver.
Definition: bulk_write.hpp:24
Class representing the optional arguments to mongocxx::client::start_session.
Definition: client_session.hpp:26