MongoDB C++ Driver mongocxx-3.10.1
Loading...
Searching...
No Matches
List of all members
bsoncxx::v_noabi::array::element Class Reference

A variant view type that accesses values in serialized BSON arrays. More...

#include <element.hpp>

+ Inheritance diagram for bsoncxx::v_noabi::array::element:

Detailed Description

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.

Friends And Related Symbol Documentation

◆ operator!=()

bool operator!= ( const element elem,
const types::bson_value::view v 
)
related

Convenience methods to compare for equality against a bson_value.

Returns false if this element contains a bson_value that matches.

◆ operator==()

bool operator== ( const element elem,
const types::bson_value::view v 
)
related

Convenience methods to compare for equality against a bson_value.

Returns true if this element contains a bson_value that matches.


The documentation for this class was generated from the following file: