19 #include <bsoncxx/types.hpp>
20 #include <bsoncxx/stdx/optional.hpp>
21 #include <mongocxx/result/bulk_write.hpp>
22 #include <mongocxx/stdx.hpp>
24 #include <mongocxx/config/prelude.hpp>
27 MONGOCXX_INLINE_NAMESPACE_BEGIN
48 std::int32_t matched_count()
const;
55 std::int32_t modified_count()
const;
62 stdx::optional<bsoncxx::document::element> upserted_id()
const;
69 MONGOCXX_INLINE_NAMESPACE_END
72 #include <mongocxx/config/postlude.hpp>
Definition: bulk_write.hpp:22
Class representing the result of a MongoDB replace_one operation.
Definition: replace_one.hpp:31
Class representing the result of a MongoDB bulk write operation.
Definition: bulk_write.hpp:34