MongoDB C++ Driver mongocxx-3.11.0
Loading...
Searching...
No Matches
view_or_value.hpp File Reference

Description

Go to the source code of this file.

Classes

class  bsoncxx::v_noabi::string::view_or_value
 Class representing a view-or-value variant type for strings. More...
 

Namespaces

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.
 

Functions

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*.