MongoDB C++ Driver
mongocxx-3.6.2
|
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>
Class representing an instance of the MongoDB driver.
Definition: instance.hpp:79
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
instance()
Creates an instance of the driver.
instance(std::unique_ptr< logger > logger)
Creates an instance of the driver with a user provided log handler.
instance(instance &&) noexcept
Move constructs an instance of the driver.