112 bool _created_from_collection;
113 std::unique_ptr<impl> _impl;
119#include <mongocxx/config/postlude.hpp>
Declares mongocxx::v_noabi::bulk_write.
bulk_write(bulk_write &&) noexcept
Move constructs a bulk write operation.
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(bulk_write &&) noexcept
Move constructs a bulk write operation.
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.
Declares entities representing bulk write operations.
Declares entities representing options to use with various commands.
Declares entities representing the result of various commands.
Declares entities whose ABI stability is NOT guaranteed.
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.