MongoDB C++ Driver
mongocxx-3.10.2
|
Class representing the result of a MongoDB delete operation. More...
#include <delete.hpp>
Public Member Functions | |
const result::bulk_write & | result () const |
Returns the bulk write result. More... | |
std::int32_t | deleted_count () const |
Gets the number of documents that were deleted during this operation. More... | |
Class representing the result of a MongoDB delete operation.
std::int32_t mongocxx::v_noabi::result::delete_result::deleted_count | ( | ) | const |
Gets the number of documents that were deleted during this operation.
const result::bulk_write& mongocxx::v_noabi::result::delete_result::result | ( | ) | const |
Returns the bulk write result.