130operator==(
bsoncxx::v_noabi::document::view index, const
hint& index_hint);
133operator!=(const
hint& index_hint,
bsoncxx::v_noabi::document::view index);
136operator!=(
bsoncxx::v_noabi::document::view index, const
hint& index_hint);
146using ::mongocxx::v_noabi::operator==;
147using ::mongocxx::v_noabi::operator!=;
158#if defined(MONGOCXX_PRIVATE_DOXYGEN_PREPROCESSOR)
A read-only, non-owning view of a BSON document.
Definition view.hpp:35
A polyfill for std::optional<T>.
Definition optional.hpp:874
Class representing a hint to be passed to a database operation.
Definition hint.hpp:37
bsoncxx::v_noabi::types::bson_value::view to_value() const
Returns a types::bson_value::view representing this hint.
operator bsoncxx::v_noabi::types::bson_value::view() const
Returns a types::bson_value::view representing this hint.
Definition hint.hpp:93
bool operator==(std::string index, const hint &index_hint)
Convenience methods to compare against an index name.
bool operator!=(const hint &index_hint, std::string index)
Convenience methods to compare against an index name.
bool operator!=(std::string index, const hint &index_index)
Convenience methods to compare against an index name.
Provides bsoncxx::v_noabi::document::value.
Provides bsoncxx::v_noabi::document::view_or_value.
#define MONGOCXX_ABI_EXPORT_CDECL(...)
Equivalent to MONGOCXX_ABI_EXPORT with MONGOCXX_ABI_CDECL.
Definition fwd.hpp:222
Declares mongocxx::v_noabi::hint.
The mongocxx macro guard postlude header.
The mongocxx 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.
bool operator!=(const v_noabi::hint &index_hint, std::string index)
mongocxx::v_noabi::operator!=(const v_noabi::hint& index_hint, std::string index)
bool operator==(std::string index, const v_noabi::hint &index_hint)
mongocxx::v_noabi::operator==(std::string index, const v_noabi::hint& index_hint)
The top-level namespace reserved for the C++ standard library.
Provides std::optional-related polyfills for library API usage.
Redeclares bsoncxx::v_noabi::stdx in mongocxx::v_noabi::stdx for internal use.
Provides bsoncxx::v_noabi::string::view_or_value.
Provides bsoncxx::v_noabi::types::bson_value::view.