128operator==(
bsoncxx::v_noabi::document::view index, const 
hint& index_hint);
 
  131operator!=(const 
hint& index_hint, 
bsoncxx::v_noabi::document::view index);
 
  134operator!=(
bsoncxx::v_noabi::document::view index, const 
hint& index_hint);
 
  144using ::mongocxx::v_noabi::operator==;
 
  145using ::mongocxx::v_noabi::operator!=;
 
  156#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:826
 
Class representing a hint to be passed to a database operation.
Definition hint.hpp:35
 
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:91
 
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:204
 
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.
 
Provides bsoncxx::v_noabi::string::view_or_value.
 
Provides bsoncxx::v_noabi::types::bson_value::view.