MongoDB C++ Driver mongocxx-3.11.0
|
#include <bsoncxx/v_noabi/bsoncxx/array/element.hpp>
A variant view type that accesses values in serialized BSON arrays.
Element functions as a variant type, where the kind of the element can be interrogated by calling type() and a specific value can be extracted through get_X() accessors.
Related Symbols | |
(Note that these are not member symbols.) | |
bool | operator== (const element &elem, const types::bson_value::view &v) |
Convenience methods to compare for equality against a bson_value. | |
bool | operator== (const types::bson_value::view &v, const element &elem) |
Convenience methods to compare for equality against a bson_value. | |
bool | operator!= (const element &elem, const types::bson_value::view &v) |
Convenience methods to compare for equality against a bson_value. | |
bool | operator!= (const types::bson_value::view &v, const element &elem) |
Convenience methods to compare for equality against a bson_value. | |
Related Symbols inherited from bsoncxx::v_noabi::document::element | |
bool | operator== (const element &elem, const types::bson_value::view &v) |
Convenience methods to compare for equality against a bson_value. | |
bool | operator== (const types::bson_value::view &v, const element &elem) |
Convenience methods to compare for equality against a bson_value. | |
bool | operator!= (const element &elem, const types::bson_value::view &v) |
Convenience methods to compare for equality against a bson_value. | |
bool | operator!= (const types::bson_value::view &v, const element &elem) |
Convenience methods to compare for equality against a bson_value. | |
|
related |
Convenience methods to compare for equality against a bson_value.
Compares equal if this element contains a matching bson_value. Otherwise, compares unequal.
|
related |
Convenience methods to compare for equality against a bson_value.
Compares equal if this element contains a matching bson_value. Otherwise, compares unequal.
|
related |
Convenience methods to compare for equality against a bson_value.
Compares equal if this element contains a matching bson_value. Otherwise, compares unequal.
|
related |
Convenience methods to compare for equality against a bson_value.
Compares equal if this element contains a matching bson_value. Otherwise, compares unequal.