Provides mongocxx::v_noabi::bulk_write.
Go to the source code of this file.
Classes | |
| class | mongocxx::v_noabi::bulk_write |
| A batch of write operations that can be sent to the server as a group. 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. | |
Functions | |
| v_noabi::bulk_write | mongocxx::v_noabi::from_v1 (v1::bulk_write v) |
| Convert to the mongocxx::v_noabi equivalent of v. | |
| v1::bulk_write | mongocxx::v_noabi::to_v1 (v_noabi::bulk_write v) |
| Convert to the mongocxx::v1 equivalent of v. | |