17#include <bsoncxx/document/value.hpp>
18#include <bsoncxx/stdx/optional.hpp>
19#include <mongocxx/bulk_write.hpp>
21#include <mongocxx/config/prelude.hpp>
24inline namespace v_noabi {
39 const bsoncxx::stdx::optional<mongocxx::result::bulk_write>&
result();
42 bsoncxx::stdx::optional<mongocxx::result::bulk_write> _result;
49#include <mongocxx/config/postlude.hpp>
Class representing the result of a MongoDB rewrap_many_datakey operation.
Definition rewrap_many_datakey.hpp:28
const bsoncxx::stdx::optional< mongocxx::result::bulk_write > & result()
Returns the bulk write result for this rewrap_many_datakey operation.
The top-level namespace for mongocxx library entities.
Definition bulk_write.hpp:24