19 #include <mongocxx/config/prelude.hpp>
22 MONGOCXX_INLINE_NAMESPACE_BEGIN
68 class MONGOCXX_PRIVATE impl;
69 std::unique_ptr<impl> _impl;
72 MONGOCXX_INLINE_NAMESPACE_END
75 #include <mongocxx/config/postlude.hpp>
Definition: bulk_write.hpp:22
The interface that all user-defined loggers must implement.
Definition: logger.hpp:43
Class representing an instance of the MongoDB driver.
Definition: instance.hpp:31