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

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

#include <element.hpp>

+ Inheritance diagram for bsoncxx::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.


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