17 #include <mongocxx/result/rewrap_many_datakey-fwd.hpp>
19 #include <bsoncxx/document/value.hpp>
20 #include <bsoncxx/stdx/optional.hpp>
21 #include <mongocxx/bulk_write.hpp>
23 #include <mongocxx/config/prelude.hpp>
41 const bsoncxx::v_noabi::stdx::optional<mongocxx::v_noabi::result::bulk_write>&
result();
44 bsoncxx::v_noabi::stdx::optional<mongocxx::v_noabi::result::bulk_write> _result;
51 #include <mongocxx/config/postlude.hpp>
Class representing the result of a MongoDB bulk write operation.
Definition: bulk_write.hpp:36
Class representing the result of a MongoDB rewrap_many_datakey operation.
Definition: rewrap_many_datakey.hpp:30
const bsoncxx::v_noabi::stdx::optional< mongocxx::v_noabi::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-fwd.hpp:19