61 : _result{std::move(bulk_write_result_doc)} {}
87 return {std::move(v)};
A polyfill for std::optional<T>.
Definition optional.hpp:799
rewrap_many_datakey()=default
The result of a "rewrapManyDataKey" operation.
Definition rewrap_many_datakey_result.hpp:42
The result of a MongoDB bulk write operation.
Definition bulk_write.hpp:43
The result of a MongoDB rewrapManyDatakey operation.
Definition rewrap_many_datakey.hpp:40
bsoncxx::v_noabi::stdx::optional< v_noabi::result::bulk_write > const & result()
Returns the bulk write result for this rewrap_many_datakey operation.
Definition rewrap_many_datakey.hpp:68
rewrap_many_datakey()=default
operator v1::rewrap_many_datakey_result() const
Convert to the mongocxx::v1 equivalent.
#define MONGOCXX_ABI_EXPORT_CDECL(...)
Equivalent to MONGOCXX_ABI_EXPORT with MONGOCXX_ABI_CDECL.
Definition export.hpp:52
The mongocxx v_noabi macro guard postlude header.
The mongocxx v_noabi macro guard prelude header.
Declares entities whose ABI stability is guaranteed for documented symbols.
Declares entities representing the result of various commands.
Declares entities whose ABI stability is NOT guaranteed.
v1::bulk_write to_v1(v_noabi::bulk_write v)
Convert to the mongocxx::v1 equivalent of v.
Definition bulk_write.hpp:162
v_noabi::bulk_write from_v1(v1::bulk_write v)
Convert to the mongocxx::v_noabi equivalent of v.
Definition bulk_write.hpp:155
The top-level namespace within which all mongocxx library entities are declared.
Declares mongocxx::v_noabi::result::rewrap_many_datakey.
Provides mongocxx::v1::rewrap_many_datakey_result.
Provides bsoncxx::v_noabi::document::value.
Provides std::optional-related polyfills for library API usage.
Provides mongocxx::v_noabi::bulk_write.
Provides mongocxx::v_noabi::result::bulk_write.