Provides mongocxx::v_noabi::result::delete_result.
Go to the source code of this file.
Classes | |
| class | mongocxx::v_noabi::result::delete_result |
| The result of a MongoDB delete operation. More... | |
Namespaces | |
| namespace | mongocxx |
| The top-level namespace within which all mongocxx library entities are declared. | |
| namespace | mongocxx::v_noabi |
| Declares entities whose ABI stability is NOT guaranteed. | |
| namespace | mongocxx::v_noabi::result |
| Declares entities representing the result of various commands. | |
Functions | |
| v_noabi::result::delete_result | mongocxx::v_noabi::from_v1 (v1::delete_many_result v) |
| Convert to the mongocxx::v_noabi equivalent of v. | |
| v_noabi::result::delete_result | mongocxx::v_noabi::from_v1 (v1::delete_one_result v) |
| Convert to the mongocxx::v_noabi equivalent of v. | |