MongoDB C++ Driver 4.1.0
|
#include <bsoncxx/v_noabi/bsoncxx/types.hpp>
A BSON array value.
Public Member Functions | |
operator array::view () const | |
Conversion operator unwrapping an array::view. | |
Related Symbols | |
(Note that these are not member symbols.) | |
bool | operator!= (b_array const &lhs, b_array const &rhs) |
free function comparator for b_array | |
bool | operator== (b_array const &lhs, b_array const &rhs) |
free function comparator for b_array | |
|
inline |
Conversion operator unwrapping an array::view.