19 #include <mongocxx/result/delete-fwd.hpp>
21 #include <mongocxx/result/bulk_write.hpp>
23 #include <mongocxx/config/prelude.hpp>
62 #include <mongocxx/config/postlude.hpp>
Class representing the result of a MongoDB bulk write operation.
Definition: bulk_write.hpp:36
Class representing the result of a MongoDB delete operation.
Definition: delete.hpp:32
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.
The top-level namespace for mongocxx library entities.
Definition: bulk_write-fwd.hpp:19