MongoDB C++ Driver mongocxx-3.11.0
Loading...
Searching...
No Matches
bsoncxx::v_noabi::types::b_array Struct Reference

#include <bsoncxx/v_noabi/bsoncxx/types.hpp>

Description

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!= (const b_array &lhs, const b_array &rhs)
 free function comparator for b_array
 
bool operator== (const b_array &lhs, const b_array &rhs)
 free function comparator for b_array
 

Member Function Documentation

◆ operator array::view()

bsoncxx::v_noabi::types::b_array::operator array::view ( ) const
inline

Conversion operator unwrapping an array::view.

Friends And Related Symbol Documentation

◆ operator!=()

bool operator!= ( const b_array & lhs,
const b_array & rhs )
related

free function comparator for b_array

◆ operator==()

bool operator== ( const b_array & lhs,
const b_array & rhs )
related

free function comparator for b_array


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