MongoDB C++ Driver 4.1.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
bsoncxx::types::b_undefined Struct Reference

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

Description

A BSON undefined value.

Deprecated
This BSON type is deprecated. Usage is discouraged.

Related Symbols

(Note that these are not member symbols.)

bool operator!= (b_undefined const &lhs, b_undefined const &rhs)
 free function comparator for b_undefined
 
bool operator== (b_undefined const &, b_undefined const &)
 free function comparator for b_undefined
 

Friends And Related Symbol Documentation

◆ operator!=()

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

free function comparator for b_undefined

◆ operator==()

bool operator== ( b_undefined const & ,
b_undefined const &  )
related

free function comparator for b_undefined


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