149#include <mongocxx/v1/detail/postlude.hpp>
transaction_options & read_preference(v1::read_preference const &v)
Set the "readPreference" field.
transaction_options & max_commit_time_ms(std::chrono::milliseconds v)
Set the "maxCommitTimeMS" field.
transaction_options(transaction_options &&other) noexcept
Move constructor.
transaction_options & read_concern(v1::read_concern const &v)
Set the "readConcern" field.
transaction_options & write_concern(v1::write_concern const &v)
Set the "writeConcern" field.
~transaction_options()
Destroy this object.
Provides macros to control the set of symbols exported in the ABI.
#define MONGOCXX_ABI_EXPORT_CDECL(...)
Equivalent to MONGOCXX_ABI_EXPORT with MONGOCXX_ABI_CDECL.
Definition export.hpp:52
The mongocxx v1 macro guard prelude header.
The top-level namespace within which all bsoncxx library entities are declared.
Declares entities whose ABI stability is guaranteed for documented symbols.
The top-level namespace within which all mongocxx library entities are declared.
Declares mongocxx::v1::transaction_options.
Declares mongocxx::v1::read_concern.
Declares mongocxx::v1::read_preference.
Provides std::optional-related polyfills for library API usage.
Declares mongocxx::v1::write_concern.