114 bool _created_from_collection;
115 std::unique_ptr<impl> _impl;
121#include <mongocxx/config/postlude.hpp>
Declares mongocxx::v_noabi::bulk_write.
Class representing a batch of write operations that can be sent to the server as a group.
Definition bulk_write.hpp:45
bool empty() const noexcept
Checks if a bulk write operation is empty.
bulk_write & append(const model::write &operation)
Appends a single write to the bulk write operation. The write operation's contents are copied into th...
stdx::optional< result::bulk_write > execute() const
Executes a bulk write.
Use a session for a sequence of operations, optionally with either causal consistency or snapshots.
Definition client_session.hpp:48
Class representing server side document groupings within a MongoDB database.
Definition collection.hpp:87
Provides mongocxx::v_noabi::client_session.
Declares mongocxx::v_noabi::collection.
#define MONGOCXX_ABI_EXPORT_CDECL(...)
Equivalent to MONGOCXX_ABI_EXPORT with MONGOCXX_ABI_CDECL.
Definition fwd.hpp:222
The mongocxx macro guard prelude header.
The top-level namespace within which all mongocxx library entities are declared.
The top-level namespace reserved for the C++ standard library.
Provides mongocxx::v_noabi::options::bulk_write.
Provides mongocxx::v_noabi::result::bulk_write.
Provides mongocxx::v_noabi::model::write.