MongoDB C++ Driver mongocxx-3.0.3
Loading...
Searching...
No Matches
Public Member Functions | List of all members
mongocxx::options::client Class Reference

Class representing the optional arguments to a MongoDB driver client object. More...

#include <client.hpp>

Public Member Functions

clientssl_opts (ssl ssl_opts)
 Sets the SSL-related options.
 
const stdx::optional< ssl > & ssl_opts () const
 The current SSL-related options.
 

Detailed Description

Class representing the optional arguments to a MongoDB driver client object.

Member Function Documentation

◆ ssl_opts() [1/2]

const stdx::optional< ssl > & mongocxx::options::client::ssl_opts ( ) const

The current SSL-related options.

Returns
The SSL-related options.

◆ ssl_opts() [2/2]

client & mongocxx::options::client::ssl_opts ( ssl  ssl_opts)

Sets the SSL-related options.

Parameters
ssl_optsThe SSL related options.

The documentation for this class was generated from the following file: