MongoDB C++ Driver 4.1.0
Loading...
Searching...
No Matches
mongocxx::options::pool Class Reference

#include <mongocxx/v_noabi/mongocxx/options/pool.hpp>

Description

Public Member Functions

 pool (client client_opts=client())
 Constructs a new pool options object. Note that options::pool is implictly convertible from options::client.
 
client const & client_opts () const
 The current client options.
 

Constructor & Destructor Documentation

◆ pool()

mongocxx::v_noabi::options::pool::pool ( client client_opts = client())

Constructs a new pool options object. Note that options::pool is implictly convertible from options::client.

Parameters
client_optsThe client options.

Member Function Documentation

◆ client_opts()

client const & mongocxx::v_noabi::options::pool::client_opts ( ) const

The current client options.

Returns
The client options.

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