17#include <bsoncxx/document/value.hpp>
18#include <bsoncxx/stdx/optional.hpp>
19#include <mongocxx/bulk_write.hpp>
21#include <mongocxx/config/prelude.hpp>
24MONGOCXX_INLINE_NAMESPACE_BEGIN
39 const bsoncxx::stdx::optional<mongocxx::result::bulk_write>&
result();
42 bsoncxx::stdx::optional<mongocxx::result::bulk_write> _result;
46MONGOCXX_INLINE_NAMESPACE_END
49#include <mongocxx/config/postlude.hpp>
Class representing the result of a MongoDB bulk write operation.
Definition: bulk_write.hpp:34
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.
Top level namespace for the MongoDB C++ driver.
Definition: bulk_write.hpp:24