19 #include <bsoncxx/stdx/optional.hpp> 20 #include <mongocxx/options/apm.hpp> 21 #include <mongocxx/options/tls.hpp> 23 #include <mongocxx/config/prelude.hpp> 26 MONGOCXX_INLINE_NAMESPACE_BEGIN
49 MONGOCXX_DEPRECATED
client& ssl_opts(
tls ssl_opts);
70 MONGOCXX_DEPRECATED
const stdx::optional<tls>& ssl_opts()
const;
77 const stdx::optional<tls>& tls_opts()
const;
96 const stdx::optional<apm>& apm_opts()
const;
99 stdx::optional<tls> _tls_opts;
100 stdx::optional<apm> _apm_opts;
104 MONGOCXX_INLINE_NAMESPACE_END
107 #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 (TLS)
Definition: tls.hpp:32
Class representing the optional arguments to a MongoDB driver client object.
Definition: client.hpp:34