MongoDB C++ Driver current
|
Provides bsoncxx::v_noabi::string::view_or_value.
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) | |