MongoDB C++ Driver mongocxx-3.11.0
|
#include <mongocxx/v_noabi/mongocxx/options/pool.hpp>
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 client & | 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. |
const client & mongocxx::v_noabi::options::pool::client_opts | ( | ) | const |
The current client options.