19 #include <mongocxx/options/ssl.hpp>
20 #include <bsoncxx/stdx/optional.hpp>
22 #include <mongocxx/config/prelude.hpp>
25 MONGOCXX_INLINE_NAMESPACE_BEGIN
48 const stdx::optional<ssl>& ssl_opts()
const;
51 stdx::optional<ssl> _ssl_opts;
55 MONGOCXX_INLINE_NAMESPACE_END
58 #include <mongocxx/config/postlude.hpp>
Definition: bulk_write.hpp:22
Class representing the optional arguments to a MongoDB driver client object.
Definition: client.hpp:33
Class representing the optional arguments to a MongoDB driver client (SSL)
Definition: ssl.hpp:32