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

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

Description

BSON type value "Min Key".

Attention
This feature is experimental! It is not ready for use!

Static Public Attributes

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

Friends

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

◆ operator!=

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

Return false.

◆ operator==

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

Return true.

Member Data Documentation

◆ type_id

id bsoncxx::v1::types::b_minkey::type_id = id::k_minkey
staticconstexpr

The type represented by this BSON type value.


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