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