112 bool _created_from_collection;
113 std::unique_ptr<impl> _impl;
119#include <mongocxx/config/postlude.hpp>
Declares mongocxx::v_noabi::bulk_write.
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.
bsoncxx::v_noabi::stdx::optional< result::bulk_write > execute() const
Executes a bulk write.
bulk_write & append(model::write const &operation)
Appends a single write to the bulk write operation. The write operation's contents are copied into th...
Supports MongoDB client session operations.
Definition client_session.hpp:50
A MongoDB collection.
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 export.hpp:52
The mongocxx v_noabi 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.
Provides mongocxx::v_noabi::options::bulk_write.
Provides mongocxx::v_noabi::result::bulk_write.
Provides mongocxx::v_noabi::model::write.