Provides mongocxx::v_noabi::model::update_one.
Go to the source code of this file.
Classes | |
| class | mongocxx::v_noabi::model::update_one |
| A MongoDB update operation that modifies a single document. 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::model |
| Declares entities representing bulk write operations. | |
Functions | |
| v_noabi::model::update_one | mongocxx::v_noabi::from_v1 (v1::bulk_write::update_one v) |
| Convert to the mongocxx::v_noabi equivalent of v. | |
| v1::bulk_write::update_one | mongocxx::v_noabi::to_v1 (v_noabi::model::update_one const &v) |
| Convert to the mongocxx::v1 equivalent of v. | |