MongoDB C++ Driver 4.1.0
Loading...
Searching...
No Matches
hint.hpp File Reference

Description

Go to the source code of this file.

Classes

class  mongocxx::v_noabi::hint
 The index to "hint" or force a MongoDB server to use when performing a query. More...
 

Namespaces

namespace  mongocxx
 The top-level namespace within which all mongocxx library entities are declared.
 
namespace  mongocxx::v_noabi
 Declares entities whose ABI stability is NOT guaranteed.
 

Functions

bool mongocxx::operator== (std::string index, hint const &index_hint)
 Convenience methods to compare against an index name.
 
bool mongocxx::v_noabi::operator!= (hint const &index_hint, std::string index)
 Convenience methods to compare against an index name.
 
bool mongocxx::v_noabi::operator!= (std::string index, hint const &index_index)
 Convenience methods to compare against an index name.
 
bool mongocxx::v_noabi::operator== (std::string index, hint const &index_hint)
 Convenience methods to compare against an index name.
 
bool mongocxx::v_noabi::operator!= (bsoncxx::v_noabi::document::view index, hint const &index_hint)
 Convenience methods to compare for equality against an index document.
 
bool mongocxx::v_noabi::operator!= (hint const &index_hint, bsoncxx::v_noabi::document::view index)
 Convenience methods to compare for equality against an index document.
 
bool mongocxx::v_noabi::operator== (bsoncxx::v_noabi::document::view index, hint const &index_hint)
 Convenience methods to compare for equality against an index document.