98 bsoncxx::v_noabi::document::view_or_value _filter;
100 bsoncxx::v_noabi::stdx::optional<
bsoncxx::v_noabi::document::view_or_value> _collation;
108#include <mongocxx/config/postlude.hpp>
The index to "hint" or force a MongoDB server to use when performing a query.
Definition hint.hpp:35
A MongoDB delete operation that removes a single document.
Definition delete_one.hpp:33
bsoncxx::v_noabi::stdx::optional< bsoncxx::v_noabi::document::view_or_value > const & collation() const
Gets the collation option for this delete operation.
bsoncxx::v_noabi::document::view_or_value const & filter() const
Gets the filter on 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.
The top-level namespace within which all mongocxx library entities are declared.
Provides std::optional-related polyfills for library API usage.