20 #include <bsoncxx/document/value.hpp> 21 #include <bsoncxx/stdx/optional.hpp> 22 #include <mongocxx/cursor.hpp> 23 #include <mongocxx/index_model.hpp> 24 #include <mongocxx/options/index_view.hpp> 26 #include <mongocxx/config/prelude.hpp> 29 MONGOCXX_INLINE_NAMESPACE_BEGIN
64 stdx::optional<std::string> create_one(
87 stdx::optional<std::string> create_one(
109 const std::vector<index_model>& indexes,
128 void drop_one(stdx::string_view name,
194 class MONGOCXX_PRIVATE impl;
198 MONGOCXX_PRIVATE impl& _get_impl();
201 std::unique_ptr<impl> _impl;
204 MONGOCXX_INLINE_NAMESPACE_END
207 #include <mongocxx/config/postlude.hpp> Top level namespace for the MongoDB C++ driver.
Definition: bulk_write.hpp:22
A read-only BSON document that owns its underlying buffer.
Definition: value.hpp:33
Class representing a pointer to the result set of a query on a MongoDB server.
Definition: cursor.hpp:36
Definition: index_view.hpp:31
Class representing optional arguments to IndexView operations.
Definition: index_view.hpp:31
Class representing an index on a MongoDB server.
Definition: index_model.hpp:29
Class representing server side document groupings within a MongoDB database.
Definition: collection.hpp:84