MongoDB C++ Driver
mongocxx-3.0.1
|
Class representing the optional arguments to a MongoDB driver client object. More...
#include <client.hpp>
Public Member Functions | |
void | ssl_opts (ssl ssl_opts) |
Sets the SSL-related options. More... | |
const stdx::optional< ssl > & | ssl_opts () const |
The current SSL-related options. More... | |
Class representing the optional arguments to a MongoDB driver client object.
void mongocxx::options::client::ssl_opts | ( | ssl | ssl_opts | ) |
Sets the SSL-related options.
ssl_opts | The SSL related options. |
const stdx::optional<ssl>& mongocxx::options::client::ssl_opts | ( | ) | const |
The current SSL-related options.