MongoDB C++ Driver
mongocxx-3.0.2
|
Class representing a MongoDB delete operation that removes multiple documents. More...
#include <delete_many.hpp>
Public Member Functions | |
delete_many (bsoncxx::document::view_or_value filter) | |
Constructs a delete operation that will delete all documents matching the filter. More... | |
const bsoncxx::document::view_or_value & | filter () const |
Gets the filter for this delete operation. More... | |
Class representing a MongoDB delete operation that removes multiple documents.
|
explicit |
Constructs a delete operation that will delete all documents matching the filter.
filter | Document representing the criteria for deletion. |
const bsoncxx::document::view_or_value& mongocxx::model::delete_many::filter | ( | ) | const |
Gets the filter for this delete operation.