160 impl const& _get_impl() const;
161 std::unique_ptr<impl> _impl;
168#include <mongocxx/config/postlude.hpp>
Used by client sessions.
Definition client_session.hpp:33
transaction & read_preference(mongocxx::v_noabi::read_preference const &rp)
Sets the transaction read preference.
transaction & read_concern(mongocxx::v_noabi::read_concern const &rc)
Sets the transaction read concern.
transaction & write_concern(mongocxx::v_noabi::write_concern const &wc)
Sets the transaction write concern.
transaction & max_commit_time_ms(std::chrono::milliseconds ms)
Sets the transaction's max commit time, in milliseconds.
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::read_concern.
Declares mongocxx::v_noabi::read_preference.
Declares mongocxx::v_noabi::options::transaction.
Provides std::optional-related polyfills for library API usage.
Declares mongocxx::v_noabi::write_concern.