MongoDB C++ Driver 4.3.0
Loading...
Searching...
No Matches
bsoncxx::v1::types::b_undefined Struct Reference

#include <bsoncxx/v1/types/view.hpp>

Description

BSON type value "Undefined (Value)".

Deprecated
This BSON type is deprecated.
Attention
This feature is experimental! It is not ready for use!

Static Public Attributes

static constexpr id type_id = id::k_undefined
 The type represented by this BSON type value.

Friends

bool operator!= (b_undefined const &lhs, b_undefined const &rhs)
 Return false.
bool operator== (b_undefined const &, b_undefined const &)
 Return true.

◆ operator!=

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

Return false.

◆ operator==

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

Return true.

Member Data Documentation

◆ type_id

id bsoncxx::v1::types::b_undefined::type_id = id::k_undefined
staticconstexpr

The type represented by this BSON type value.


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