17 #include <bsoncxx/document/value.hpp> 18 #include <bsoncxx/document/view_or_value.hpp> 19 #include <mongocxx/options/index.hpp> 21 #include <mongocxx/config/prelude.hpp> 24 MONGOCXX_INLINE_NAMESPACE_BEGIN
76 MONGOCXX_INLINE_NAMESPACE_END
79 #include <mongocxx/config/postlude.hpp> Top level namespace for the MongoDB C++ driver.
Definition: bulk_write.hpp:24
A read-only BSON document that owns its underlying buffer.
Definition: value.hpp:33
A read-only, non-owning view of a BSON document.
Definition: view.hpp:33
Class representing an index on a MongoDB server.
Definition: index_model.hpp:29