MongoDB C++ Driver 4.2.0
Loading...
Searching...
No Matches
element.hpp File Reference

Description

Go to the source code of this file.

Classes

class  bsoncxx::v_noabi::array::element
 A variant view type that accesses values in serialized BSON arrays. More...

Namespaces

namespace  bsoncxx
 The top-level namespace within which all bsoncxx library entities are declared.
namespace  bsoncxx::array
 Declares entities representing a BSON array.
namespace  bsoncxx::v_noabi
 Declares entities whose ABI stability is NOT guaranteed.
namespace  bsoncxx::v_noabi::array
 Declares entities representing a BSON array.

Functions

bool bsoncxx::array::operator== (element const &lhs, v_noabi::types::bson_value::view const &rhs)
 Convenience methods to compare for equality against a bson_value.
v1::element::view bsoncxx::v_noabi::to_v1 (v_noabi::array::element const &v)
 Convert to the bsoncxx::v1 equivalent of v.
bool bsoncxx::v_noabi::array::operator!= (element const &lhs, v_noabi::types::bson_value::view const &rhs)
 Convenience methods to compare for equality against a bson_value.
bool bsoncxx::v_noabi::array::operator!= (v_noabi::types::bson_value::view const &lhs, element const &rhs)
 Convenience methods to compare for equality against a bson_value.
bool bsoncxx::v_noabi::array::operator== (element const &lhs, v_noabi::types::bson_value::view const &rhs)
 Convenience methods to compare for equality against a bson_value.
bool bsoncxx::v_noabi::array::operator== (v_noabi::types::bson_value::view const &lhs, element const &rhs)
 Convenience methods to compare for equality against a bson_value.