MongoDB C++ Driver mongocxx-3.11.0
|
#include <mongocxx/v_noabi/mongocxx/result/insert_one.hpp>
Class representing the result of a MongoDB insert operation.
Public Member Functions | |
const bsoncxx::v_noabi::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. | |
const bsoncxx::v_noabi::types::bson_value::view & mongocxx::v_noabi::result::insert_one::inserted_id | ( | ) | const |
Gets the _id of the inserted document.
const result::bulk_write & mongocxx::v_noabi::result::insert_one::result | ( | ) | const |
Returns the bulk write result for this insert operation.