#include <mongocxx/v1/bulk_write.hpp>
A single "Delete One" write operation.
Supported fields include:
- See also
-
- Attention
- This feature is experimental! It is not ready for use!
◆ ~delete_one()
| mongocxx::v1::bulk_write::delete_one::~delete_one |
( |
| ) |
|
Destroy this object.
- Warning
- Invalidates all associated views.
◆ delete_one() [1/3]
| mongocxx::v1::bulk_write::delete_one::delete_one |
( |
delete_one && | other | ) |
|
|
noexcept |
Move constructor.
- Postconditions:
- other is in an assign-or-destroy-only state.
◆ delete_one() [2/3]
| mongocxx::v1::bulk_write::delete_one::delete_one |
( |
delete_one const & | other | ) |
|
◆ delete_one() [3/3]
Initialize with the given "filter".
- Postconditions:
- All other supported fields are "unset" or zero-initialized.
◆ collation() [1/2]
Return the current "collation" field.
◆ collation() [2/2]
Set the "collation" field.
◆ filter()
Return the current "filter" field.
◆ hint() [1/2]
Return the current "hint" field.
◆ hint() [2/2]
◆ operator=() [1/2]
Move assignment.
- Postconditions:
- other is in an assign-or-destroy-only state.
◆ operator=() [2/2]
The documentation for this class was generated from the following file: