MongoDB C++ Driver 4.1.0
|
Provides bsoncxx::v_noabi::array::element.
Go to the source code of this file.
Classes | |
class | bsoncxx::v_noabi::array::element |
A variant view type that accesses values in serialized BSON arrays. More... | |
Namespaces | |
namespace | bsoncxx |
The top-level namespace within which all bsoncxx library entities are declared. | |
namespace | bsoncxx::array |
Declares entities representing a BSON array. | |
namespace | bsoncxx::v_noabi |
Declares entities whose ABI stability is NOT guaranteed. | |
namespace | bsoncxx::v_noabi::array |
Declares entities representing a BSON array. | |
Functions | |
bool | bsoncxx::array::operator== (element const &elem, types::bson_value::view const &v) |
Convenience methods to compare for equality against a bson_value. | |
bool | bsoncxx::v_noabi::array::operator!= (element const &elem, types::bson_value::view const &v) |
Convenience methods to compare for equality against a bson_value. | |
bool | bsoncxx::v_noabi::array::operator!= (types::bson_value::view const &v, element const &elem) |
Convenience methods to compare for equality against a bson_value. | |
bool | bsoncxx::v_noabi::array::operator== (element const &elem, types::bson_value::view const &v) |
Convenience methods to compare for equality against a bson_value. | |
bool | bsoncxx::v_noabi::array::operator== (types::bson_value::view const &v, element const &elem) |
Convenience methods to compare for equality against a bson_value. | |