MongoDB C++ Driver
mongocxx-3.10.2
|
A variant view type that accesses values in serialized BSON arrays. More...
#include <element.hpp>
Related Functions | |
(Note that these are not member functions.) | |
bool | operator== (const element &elem, const types::bson_value::view &v) |
Convenience methods to compare for equality against a bson_value. More... | |
bool | operator!= (const element &elem, const types::bson_value::view &v) |
Convenience methods to compare for equality against a bson_value. More... | |
Related Functions 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. More... | |
bool | operator!= (const element &elem, const types::bson_value::view &v) |
Convenience methods to compare for equality against a bson_value. More... | |
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 |
Convenience methods to compare for equality against a bson_value.
Returns false if this element contains a bson_value that matches.
|
related |
Convenience methods to compare for equality against a bson_value.
Returns true if this element contains a bson_value that matches.