#include <mongocxx/v1/bulk_write.hpp>
A single "Insert One" write operation.
Public Member Functions | |
| insert_one (bsoncxx::v1::document::value doc) | |
| Initialize with doc. | |
| bsoncxx::v1::document::value const & | document () const |
| Equivalent to this->value. | |
Public Attributes | |
| bsoncxx::v1::document::value | value |
| The document to be inserted. | |
|
inline |
Initialize with doc.
|
inline |
Equivalent to this->value.
| bsoncxx::v1::document::value mongocxx::v1::bulk_write::insert_one::value |
The document to be inserted.