MongoDB C++ Driver 4.1.2
Loading...
Searching...
No Matches
bsoncxx::types::b_null Struct Reference

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

Description

A BSON null value.

(Note that these are not member symbols.)

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

◆ operator!=()

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

free function comparator for b_null

◆ operator==()

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

free function comparator for b_null


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