#include <mongocxx/v1/pool.hpp>
Options for mongocxx::v1::pool.
Public Member Functions | |
| options () | |
| Default initialization. | |
| options (options &&other) noexcept | |
| Move constructor. | |
| options (options const &other) | |
| Copy construction. | |
| options (v1::client::options opts) | |
| Initialize with client options to apply to a pool. | |
| ~options () | |
| Destroy this object. | |
| v1::client::options | client_opts () const |
| Return the current client options. | |
| options & | operator= (options &&other) noexcept |
| Move assignment. | |
| options & | operator= (options const &other) |
| Copy assignment. | |
| mongocxx::v1::pool::options::~options | ( | ) |
Destroy this object.
|
noexcept |
Move constructor.
| mongocxx::v1::pool::options::options | ( | options const & | other | ) |
Copy construction.
| mongocxx::v1::pool::options::options | ( | v1::client::options | opts | ) |
Initialize with client options to apply to a pool.
| mongocxx::v1::pool::options::options | ( | ) |
Default initialization.
| v1::client::options mongocxx::v1::pool::options::client_opts | ( | ) | const |
Return the current client options.
Move assignment.