19 #include <mongocxx/config/prelude.hpp> 22 MONGOCXX_INLINE_NAMESPACE_BEGIN
127 class MONGOCXX_PRIVATE impl;
128 std::unique_ptr<impl> _impl;
131 MONGOCXX_INLINE_NAMESPACE_END
134 #include <mongocxx/config/postlude.hpp> Top level namespace for the MongoDB C++ driver.
Definition: bulk_write.hpp:24
The interface that all user-defined loggers must implement.
Definition: logger.hpp:53
Class representing an instance of the MongoDB driver.
Definition: instance.hpp:79