MongoDB C++ Driver
mongocxx-3.10.2
|
Class representing the optional arguments to a MongoDB driver pool object. More...
#include <pool.hpp>
Public Member Functions | |
pool (client client_opts=client()) | |
Constructs a new pool options object. More... | |
const client & | client_opts () const |
The current client options. More... | |
Class representing the optional arguments to a MongoDB driver pool object.
Pool options logically extend 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.