160    const impl& _get_impl() const;
 
  161    std::unique_ptr<impl> _impl;
 
 
  168#include <mongocxx/config/postlude.hpp> 
Class representing the optional arguments to mongocxx::v_noabi::client::start_session.
Definition client_session.hpp:33
 
Class representing the optional arguments for a transaction.
Definition transaction.hpp:37
 
bsoncxx::v_noabi::stdx::optional< std::chrono::milliseconds > max_commit_time_ms() const
Gets the current transaction commit time, in milliseconds.
 
A class to represent the read concern. Read concern can be set at the client, database,...
Definition read_concern.hpp:57
 
Class representing a preference for how the driver routes read operations to members of a replica set...
Definition read_preference.hpp:64
 
Class representing the server-side requirement for reporting the success of a write operation....
Definition write_concern.hpp:60
 
Declares mongocxx::v_noabi::client_session.
 
#define MONGOCXX_ABI_EXPORT_CDECL(...)
Equivalent to MONGOCXX_ABI_EXPORT with MONGOCXX_ABI_CDECL.
Definition fwd.hpp:204
 
The mongocxx macro guard prelude header.
 
The top-level namespace within which all bsoncxx library entities are declared.
 
The top-level namespace within which all mongocxx library entities are declared.
 
The top-level namespace reserved for the C++ standard library.
 
Provides std::optional-related polyfills for library API usage.
 
Declares mongocxx::v_noabi::read_concern.
 
Declares mongocxx::v_noabi::read_preference.
 
Declares mongocxx::v_noabi::options::transaction.
 
Declares mongocxx::v_noabi::write_concern.