#include <mongocxx/v1/client_bulk_write.hpp>
Options for an "Insert One" operation in a client bulk write.
Public Member Functions | |
| insert_one_options () | |
| Default initialization. | |
| insert_one_options (insert_one_options &&other) noexcept | |
| Move constructor. | |
| insert_one_options (insert_one_options const &other) | |
| Copy construction. | |
| ~insert_one_options () | |
| Destroy this object. | |
| insert_one_options & | operator= (insert_one_options &&other) noexcept |
| Move assignment. | |
| insert_one_options & | operator= (insert_one_options const &other) |
| Copy assignment. | |
| mongocxx::v1::client_bulk_write::insert_one_options::~insert_one_options | ( | ) |
Destroy this object.
|
noexcept |
Move constructor.
| mongocxx::v1::client_bulk_write::insert_one_options::insert_one_options | ( | insert_one_options const & | other | ) |
Copy construction.
| mongocxx::v1::client_bulk_write::insert_one_options::insert_one_options | ( | ) |
Default initialization.
|
noexcept |
Move assignment.
| insert_one_options & mongocxx::v1::client_bulk_write::insert_one_options::operator= | ( | insert_one_options const & | other | ) |
Copy assignment.