19 #include <bsoncxx/stdx/optional.hpp> 20 #include <mongocxx/options/apm.hpp> 21 #include <mongocxx/options/ssl.hpp> 23 #include <mongocxx/config/prelude.hpp> 26 MONGOCXX_INLINE_NAMESPACE_BEGIN
53 const stdx::optional<ssl>& ssl_opts()
const;
72 const stdx::optional<apm>& apm_opts()
const;
75 stdx::optional<ssl> _ssl_opts;
76 stdx::optional<apm> _apm_opts;
80 MONGOCXX_INLINE_NAMESPACE_END
83 #include <mongocxx/config/postlude.hpp> Top level namespace for the MongoDB C++ driver.
Definition: bulk_write.hpp:24
Class representing the optional arguments to a MongoDB driver client object.
Definition: client.hpp:34
Class representing the optional arguments to a MongoDB driver client (SSL)
Definition: ssl.hpp:32