MongoDB C++ Driver mongocxx-3.11.0
Loading...
Searching...
No Matches
mongocxx::v_noabi::options::pool Class Reference

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

Description

Class representing the optional arguments to a MongoDB driver pool object. Pool options logically extend client options.

Public Member Functions

 pool (client client_opts=client())
 Constructs a new pool options object. Note that options::pool is implictly convertible from options::client.
 
const clientclient_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()

const client & 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: