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>
25inline namespace v_noabi {
52 bsoncxx::array::value _inserted_id_owned;
65#include <mongocxx/config/postlude.hpp>
A view-only variant that can contain any BSON type.
Definition view.hpp:44
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
const bsoncxx::types::bson_value::view & inserted_id() const
Gets the _id of the inserted document.
const result::bulk_write & result() const
Returns the bulk write result for this insert operation.
The top-level namespace for mongocxx library entities.
Definition bulk_write.hpp:24