116#include <mongocxx/config/postlude.hpp>
Used by client sessions.
Definition client_session.hpp:33
client_session & snapshot(bool enable_snapshot_reads) noexcept
Sets the read concern "snapshot" (not enabled by default).
client_session & default_transaction_opts(transaction default_transaction_opts)
Sets the default transaction options.
client_session & causal_consistency(bool causal_consistency) noexcept
Sets the causal_consistency option.
bool causal_consistency() const noexcept
Gets the value of the causal_consistency option.
Used by MongoDB transaction operations.
Definition transaction.hpp:37
Declares mongocxx::v_noabi::client_session.
#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::client.
Provides mongocxx::v_noabi::options::transaction.
Provides std::optional-related polyfills for library API usage.