19 #include <bsoncxx/stdx/optional.hpp>
20 #include <bsoncxx/stdx/string_view.hpp>
21 #include <mongocxx/stdx.hpp>
23 #include <mongocxx/config/prelude.hpp>
26 MONGOCXX_INLINE_NAMESPACE_BEGIN
102 void acknowledge_level(level rc_level);
112 level acknowledge_level() const;
122 void acknowledge_string(stdx::string_view rc_string);
132 stdx::string_view acknowledge_string() const;
140 class MONGOCXX_PRIVATE impl;
144 std::unique_ptr<impl> _impl;
147 MONGOCXX_INLINE_NAMESPACE_END
150 #include <mongocxx/config/postlude.hpp>
Class representing a MongoDB connection string URI.
Definition: uri.hpp:40
Definition: bulk_write.hpp:22
level
A class to represent the read concern level.
Definition: read_concern.hpp:53
Definition: error_code.hpp:69
Class representing a client connection to MongoDB.
Definition: client.hpp:49
Class representing a MongoDB database.
Definition: database.hpp:43
A class to represent the read concern.
Definition: read_concern.hpp:46
Class representing server side document groupings within a MongoDB database.
Definition: collection.hpp:74