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