MongoDB C++ Driver mongocxx-3.11.0
Loading...
Searching...
No Matches
bsoncxx::array Namespace Reference

Description

Declares entities representing a BSON array.

Classes

class  element
 bsoncxx::v_noabi::array::element More...
 
class  value
 bsoncxx::v_noabi::array::value More...
 
class  view
 bsoncxx::v_noabi::array::view More...
 
class  view_or_value
 bsoncxx::v_noabi::array::view_or_value More...
 

Functions

bool operator!= (const v_noabi::array::element &elem, const v_noabi::types::bson_value::view &v)
 bsoncxx::v_noabi::array::operator!=(const v_noabi::array::element& elem, const v_noabi::types::bson_value::view& v)
 
bool operator!= (const v_noabi::types::bson_value::view &v, const v_noabi::array::element &elem)
 bsoncxx::v_noabi::array::operator!=(const v_noabi::types::bson_value::view& v, const v_noabi::array::element& elem)
 
bool operator== (const v_noabi::array::element &elem, const v_noabi::types::bson_value::view &v)
 bsoncxx::v_noabi::array::operator==(const v_noabi::array::element& elem, const v_noabi::types::bson_value::view& v)
 
bool operator== (const v_noabi::types::bson_value::view &v, const v_noabi::array::element &elem)
 bsoncxx::v_noabi::array::operator==(const v_noabi::types::bson_value::view& v, const v_noabi::array::element& elem)
 

Function Documentation

◆ operator!=() [1/2]

◆ operator!=() [2/2]

◆ operator==() [1/2]

◆ operator==() [2/2]