MongoDB C++ Driver mongocxx-3.11.0
|
#include <mongocxx/v_noabi/mongocxx/model/insert_one.hpp>
Class representing a MongoDB insert operation that creates a single document.
Public Member Functions | |
insert_one (bsoncxx::v_noabi::document::view_or_value document) | |
Constructs an insert operation that will create a single document. | |
const bsoncxx::v_noabi::document::view_or_value & | document () const |
Gets the document to be inserted. | |
mongocxx::v_noabi::model::insert_one::insert_one | ( | bsoncxx::v_noabi::document::view_or_value | document | ) |
Constructs an insert operation that will create a single document.
document | The document to insert. |
const bsoncxx::v_noabi::document::view_or_value & mongocxx::v_noabi::model::insert_one::document | ( | ) | const |
Gets the document to be inserted.