80 return _result.deleted_count();
84 return lhs._result == rhs._result;
106 return {std::move(v)};
113 return {std::move(v)};
delete_result(v_noabi::result::bulk_write result)
Definition delete.hpp:43
The result of a "deleteMany" operation.
Definition delete_many_result.hpp:39
The result of a "deleteOne" operation.
Definition delete_one_result.hpp:42
The result of a MongoDB bulk write operation.
Definition bulk_write.hpp:43
The result of a MongoDB delete operation.
Definition delete.hpp:38
operator v1::delete_one_result() const
Convert to the mongocxx::v1 equivalent.
v_noabi::result::bulk_write const & result() const
Returns the bulk write result.
Definition delete.hpp:70
delete_result(v_noabi::result::bulk_write result)
Definition delete.hpp:43
std::int32_t deleted_count() const
Gets the number of documents that were deleted during this operation.
Definition delete.hpp:79
operator v1::delete_many_result() const
Convert to the mongocxx::v1 equivalent.
Provides mongocxx::v1::delete_many_result.
Provides mongocxx::v1::delete_one_result.
#define MONGOCXX_ABI_EXPORT_CDECL(...)
Equivalent to MONGOCXX_ABI_EXPORT with MONGOCXX_ABI_CDECL.
Definition export.hpp:52
The mongocxx v_noabi macro guard postlude header.
The mongocxx v_noabi macro guard prelude header.
Declares entities whose ABI stability is guaranteed for documented symbols.
Declares entities representing the result of various commands.
Declares entities whose ABI stability is NOT guaranteed.
bool operator==(std::string str, hint const &hint)
Convenience methods to compare against an index name.
Definition hint.hpp:138
bool operator!=(hint const &hint, std::string str)
Convenience methods to compare against an index name.
Definition hint.hpp:143
v_noabi::bulk_write from_v1(v1::bulk_write v)
Convert to the mongocxx::v_noabi equivalent of v.
Definition bulk_write.hpp:155
The top-level namespace within which all mongocxx library entities are declared.
Declares mongocxx::v_noabi::result::delete_result.
Provides mongocxx::v_noabi::result::bulk_write.