Go to the source code of this file.
 | 
| namespace   | bsoncxx | 
|   | The top-level namespace within which all bsoncxx library entities are declared. 
  | 
|   | 
| namespace   | bsoncxx::string | 
|   | Declares entities related to handling string types. 
  | 
|   | 
| namespace   | bsoncxx::v_noabi | 
|   | Declares entities whose ABI stability is NOT guaranteed. 
  | 
|   | 
| namespace   | bsoncxx::v_noabi::string | 
|   | Declares entities related to handling string types.    
  | 
|   | 
 | 
| bool  | bsoncxx::string::operator!= (const char *lhs, const v_noabi::string::view_or_value &rhs) | 
|   | bsoncxx::v_noabi::string::operator!=(const char* lhs, const v_noabi::string::view_or_value& rhs)  
  | 
|   | 
| bool  | bsoncxx::string::operator!= (const v_noabi::string::view_or_value &lhs, const char *rhs) | 
|   | bsoncxx::v_noabi::string::operator!=(const v_noabi::string::view_or_value& lhs, const char* rhs)  
  | 
|   | 
| bool  | bsoncxx::string::operator== (const char *lhs, const v_noabi::string::view_or_value &rhs) | 
|   | bsoncxx::v_noabi::string::operator==(const char* lhs, const v_noabi::string::view_or_value& rhs)  
  | 
|   | 
| bool  | bsoncxx::string::operator== (const v_noabi::string::view_or_value &lhs, const char *rhs) | 
|   | bsoncxx::v_noabi::string::operator==(const v_noabi::string::view_or_value& lhs, const char* rhs)  
  | 
|   | 
 | 
| bool  | bsoncxx::v_noabi::string::operator!= (const char *lhs, const view_or_value &rhs) | 
|   | Comparison operators for comparing string::view_or_value directly with const char*.  
  | 
|   | 
| bool  | bsoncxx::v_noabi::string::operator!= (const view_or_value &lhs, const char *rhs) | 
|   | Comparison operators for comparing string::view_or_value directly with const char*.  
  | 
|   | 
| bool  | bsoncxx::v_noabi::string::operator== (const char *lhs, const view_or_value &rhs) | 
|   | Comparison operators for comparing string::view_or_value directly with const char*.  
  | 
|   | 
| bool  | bsoncxx::v_noabi::string::operator== (const view_or_value &lhs, const char *rhs) | 
|   | Comparison operators for comparing string::view_or_value directly with const char*.  
  | 
|   |