222 bsoncxx::
v_noabi::stdx::optional<
bool> _bypass_document_validation;
236#include <mongocxx/config/postlude.hpp>
Provides bsoncxx::v_noabi::array::view_or_value.
A polyfill for std::optional<T>.
Definition optional.hpp:800
Used by mongocxx::v_noabi::collection.
Definition replace.hpp:36
replace & sort(bsoncxx::v_noabi::document::view_or_value sort)
Set the sort option.
replace & collation(bsoncxx::v_noabi::document::view_or_value collation)
Sets the collation for this operation.
replace & bypass_document_validation(bool bypass_document_validation)
Sets the bypass_document_validation option. If true, allows the write to opt-out of document level va...
replace & hint(mongocxx::v_noabi::hint index_hint)
Sets the index to use for this operation.
replace & comment(bsoncxx::v_noabi::types::bson_value::view_or_value comment)
Set the value of the comment option.
replace & upsert(bool upsert)
Sets the upsert option.
replace & let(bsoncxx::v_noabi::document::view_or_value let)
Set the value of the let option.
replace & write_concern(mongocxx::v_noabi::write_concern wc)
Sets the write_concern for this operation.
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 options to use with various commands.
Declares entities whose ABI stability is NOT guaranteed.
The top-level namespace within which all mongocxx library entities are declared.
Declares mongocxx::v_noabi::options::replace.
Provides bsoncxx::v_noabi::types::bson_value::view_or_value.
Provides std::optional-related polyfills for library API usage.
Provides mongocxx::v_noabi::write_concern.