MongoDB C++ Driver
mongocxx-3.6.2
|
17 #include <bsoncxx/array/value.hpp>
18 #include <bsoncxx/types.hpp>
19 #include <bsoncxx/types/bson_value/view.hpp>
20 #include <mongocxx/result/bulk_write.hpp>
22 #include <mongocxx/config/prelude.hpp>
25 MONGOCXX_INLINE_NAMESPACE_BEGIN
62 MONGOCXX_INLINE_NAMESPACE_END
65 #include <mongocxx/config/postlude.hpp>
const result::bulk_write & result() const
Returns the bulk write result for this insert operation.
Top level namespace for the MongoDB C++ driver.
Definition: bulk_write.hpp:24
Class representing the result of a MongoDB bulk write operation.
Definition: bulk_write.hpp:34
Class representing the result of a MongoDB insert operation.
Definition: insert_one.hpp:29
A read-only BSON array that owns its underlying buffer.
Definition: value.hpp:34
const bsoncxx::types::bson_value::view & inserted_id() const
Gets the _id of the inserted document.
A view-only variant that can contain any BSON type.
Definition: view.hpp:44