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

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

Description

Public Member Functions

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

Constructor & Destructor Documentation

◆ pool() [1/2]

Default initialization.

◆ pool() [2/2]

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()

The current client options.

Returns
The client options.

The documentation for this class was generated from the following file:
  • mongocxx/v_noabi/mongocxx/options/pool.hpp