48 class _empty_doc_tag {};
203 bsoncxx::v_noabi::document::view_or_value _filter;
204 bsoncxx::v_noabi::document::view_or_value _update;
206 bsoncxx::v_noabi::stdx::optional<
bsoncxx::v_noabi::document::view_or_value> _collation;
207 bsoncxx::v_noabi::stdx::optional<
bsoncxx::v_noabi::array::view_or_value> _array_filters;
208 bsoncxx::v_noabi::stdx::optional<
bool> _upsert;
210 bsoncxx::v_noabi::stdx::optional<
bsoncxx::v_noabi::document::view_or_value> _sort;
217#include <mongocxx/config/postlude.hpp>
Provides bsoncxx::v_noabi::array::view_or_value.
The index to "hint" or force a MongoDB server to use when performing a query.
Definition hint.hpp:35
A MongoDB update operation that modifies a single document.
Definition update_one.hpp:35
bsoncxx::v_noabi::document::view_or_value const & update() const
Gets the update document.
bsoncxx::v_noabi::stdx::optional< bsoncxx::v_noabi::array::view_or_value > const & array_filters() const
Get array filters for this operation.
bsoncxx::v_noabi::stdx::optional< bsoncxx::v_noabi::document::view_or_value > const & collation() const
Gets the collation option for this update operation.
bsoncxx::v_noabi::stdx::optional< bool > const & upsert() const
Gets the current value of the upsert option.
bsoncxx::v_noabi::document::view_or_value const & filter() const
Gets the filter.
bsoncxx::v_noabi::stdx::optional< bsoncxx::v_noabi::document::view_or_value > const & sort() const
Get the current value of the sort option.
A MongoDB aggregation pipeline.
Definition pipeline.hpp:39
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 mongocxx::v_noabi::pipeline.
Declares mongocxx::v_noabi::model::update_one.
Provides std::optional-related polyfills for library API usage.