MongoDB C++ Driver
mongocxx-3.0.1
|
Class representing the optional arguments to a MongoDB delete operation. More...
#include <delete.hpp>
Public Member Functions | |
void | write_concern (write_concern wc) |
Sets the write_concern for this operation. More... | |
const stdx::optional< class write_concern > & | write_concern () const |
The current write_concern for this operation. More... | |
Class representing the optional arguments to a MongoDB delete operation.
void mongocxx::options::delete_options::write_concern | ( | write_concern | wc | ) |
Sets the write_concern for this operation.
wc | The new write_concern. |
const stdx::optional<class write_concern>& mongocxx::options::delete_options::write_concern | ( | ) | const |
The current write_concern for this operation.