19 #include <mongocxx/result/bulk_write.hpp>
21 #include <mongocxx/config/prelude.hpp>
24 MONGOCXX_INLINE_NAMESPACE_BEGIN
57 MONGOCXX_INLINE_NAMESPACE_END
60 #include <mongocxx/config/postlude.hpp>
Class representing the result of a MongoDB bulk write operation.
Definition: bulk_write.hpp:34
Class representing the result of a MongoDB delete operation.
Definition: delete.hpp:30
const result::bulk_write & result() const
Returns the bulk write result.
std::int32_t deleted_count() const
Gets the number of documents that were deleted during this operation.
Top level namespace for the MongoDB C++ driver.
Definition: bulk_write.hpp:24