#include <mongocxx/v_noabi/mongocxx/options/pool.hpp>
Used by mongocxx::v_noabi::pool.
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. | |
|
default |
Default initialization.
|
inline |
Constructs a new pool options object. Note that options::pool is implictly convertible from options::client.
| client_opts | The client options. |
|
inline |
The current client options.