108#include <mongocxx/config/postlude.hpp>
delete_one(bsoncxx::v_noabi::document::view_or_value filter)
Constructs a delete operation that will delete the first document matching the filter.
delete_one(bsoncxx::v_noabi::document::view_or_value filter)
Constructs a delete operation that will delete the first document matching the filter.
delete_one & hint(mongocxx::v_noabi::hint index_hint)
Sets the index to use for this operation.
bsoncxx::v_noabi::document::view_or_value const & filter() const
Gets the filter on this delete operation.
delete_one & collation(bsoncxx::v_noabi::document::view_or_value collation)
Sets the collation for this delete operation.
Declares mongocxx::v_noabi::model::delete_one.
Provides bsoncxx::v_noabi::document::view_or_value.
Provides mongocxx::v_noabi::hint.
#define MONGOCXX_ABI_EXPORT_CDECL(...)
Equivalent to MONGOCXX_ABI_EXPORT with MONGOCXX_ABI_CDECL.
Definition export.hpp:52
The mongocxx v_noabi macro guard prelude header.
The top-level namespace within which all bsoncxx library entities are declared.
Declares entities representing bulk write operations.
Declares entities whose ABI stability is NOT guaranteed.
The top-level namespace within which all mongocxx library entities are declared.
Provides std::optional-related polyfills for library API usage.