MongoDB C++ Driver 4.1.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
view_or_value.hpp File Reference

Description

Go to the source code of this file.

Classes

class  bsoncxx::v_noabi::string::view_or_value
 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== (view_or_value const &lhs, char const *rhs)
 Comparison operators for comparing string::view_or_value directly with char const*.
 
bool bsoncxx::v_noabi::string::operator!= (char const *lhs, view_or_value const &rhs)
 Comparison operators for comparing string::view_or_value directly with char const*.
 
bool bsoncxx::v_noabi::string::operator!= (view_or_value const &lhs, char const *rhs)
 Comparison operators for comparing string::view_or_value directly with char const*.
 
bool bsoncxx::v_noabi::string::operator== (char const *lhs, view_or_value const &rhs)
 Comparison operators for comparing string::view_or_value directly with char const*.
 
bool bsoncxx::v_noabi::string::operator== (view_or_value const &lhs, char const *rhs)
 Comparison operators for comparing string::view_or_value directly with char const*.