#include <mongocxx/v1/rewrap_many_datakey_result.hpp>
The result of a "rewrapManyDataKey" operation.
Supported fields include:
Public Member Functions | |
| rewrap_many_datakey_result (rewrap_many_datakey_result &&other) noexcept | |
| Move constructor. | |
| rewrap_many_datakey_result (rewrap_many_datakey_result const &other) | |
| Copy construction. | |
| ~rewrap_many_datakey_result () | |
| Destroy this object. | |
| rewrap_many_datakey_result & | operator= (rewrap_many_datakey_result &&other) noexcept |
| Move assignment. | |
| rewrap_many_datakey_result & | operator= (rewrap_many_datakey_result const &other) |
| Copy assignment. | |
| bsoncxx::v1::stdx::optional< v1::bulk_write::result > | result () const |
| Return the current "bulkWriteResult" field. | |
| mongocxx::v1::rewrap_many_datakey_result::~rewrap_many_datakey_result | ( | ) |
Destroy this object.
|
noexcept |
Move constructor.
| mongocxx::v1::rewrap_many_datakey_result::rewrap_many_datakey_result | ( | rewrap_many_datakey_result const & | other | ) |
Copy construction.
|
noexcept |
Move assignment.
| rewrap_many_datakey_result & mongocxx::v1::rewrap_many_datakey_result::operator= | ( | rewrap_many_datakey_result const & | other | ) |
Copy assignment.
| bsoncxx::v1::stdx::optional< v1::bulk_write::result > mongocxx::v1::rewrap_many_datakey_result::result | ( | ) | const |
Return the current "bulkWriteResult" field.