MongoDB C++ Driver 4.1.0
|
Go to the source code of this file.
Classes | |
class | bsoncxx::v_noabi::types::bson_value::view |
A non-owning variant that can contain any BSON type. More... | |
Namespaces | |
namespace | bsoncxx |
The top-level namespace within which all bsoncxx library entities are declared. | |
namespace | bsoncxx::types |
Declares entities representing BSON value types. | |
namespace | bsoncxx::types::bson_value |
Declares entities representing any BSON value type. | |
namespace | bsoncxx::v_noabi |
Declares entities whose ABI stability is NOT guaranteed. | |
namespace | bsoncxx::v_noabi::types |
Declares entities representing BSON value types. | |
namespace | bsoncxx::v_noabi::types::bson_value |
Declares entities representing any BSON value type. | |
Functions | |
bool | bsoncxx::types::bson_value::operator== (value const &lhs, value const &rhs) |
Compares values for (in)-equality. | |
template<typename T> | |
detail::requires_t< bool, detail::is_bson_view_compatible< T > > | bsoncxx::v_noabi::types::bson_value::operator!= (bson_value::view const &lhs, T &&rhs) |
Compares a view with a type representable as a view. | |
template<typename T> | |
detail::requires_t< bool, detail::is_bson_view_compatible< T > > | bsoncxx::v_noabi::types::bson_value::operator!= (T &&lhs, bson_value::view const &rhs) |
Compares a view with a type representable as a view. | |
template<typename T> | |
detail::requires_t< bool, detail::is_bson_view_compatible< T > > | bsoncxx::v_noabi::types::bson_value::operator== (bson_value::view const &lhs, T &&rhs) |
Compares a view with a type representable as a view. | |
template<typename T> | |
detail::requires_t< bool, detail::is_bson_view_compatible< T > > | bsoncxx::v_noabi::types::bson_value::operator== (T &&lhs, bson_value::view const &rhs) |
Compares a view with a type representable as a view. | |