MongoDB C++ Driver 4.1.0
|
#include <mongocxx/v_noabi/mongocxx/options/pool.hpp>
Used by mongocxx::v_noabi::pool.
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. | |
Constructs a new pool options object. Note that options::pool is implictly convertible from options::client.
client_opts | The client options. |
client const & mongocxx::v_noabi::options::pool::client_opts | ( | ) | const |
The current client options.