Provides mongocxx::v_noabi::read_concern.
Go to the source code of this file.
Classes | |
| class | mongocxx::v_noabi::read_concern |
| Controls the consistency and isolation properties of data read from replica sets and sharded clusters. 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::read_concern | mongocxx::v_noabi::from_v1 (v1::read_concern v) |
| Convert to the mongocxx::v_noabi equivalent of v. | |
| v1::read_concern | mongocxx::v_noabi::to_v1 (v_noabi::read_concern v) |
| Convert to the mongocxx::v1 equivalent of v. | |