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

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

Description

BSON type value "Max Key".

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

Static Public Attributes

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

Friends

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

◆ operator!=

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

Return false.

◆ operator==

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

Return true.

Member Data Documentation

◆ type_id

id bsoncxx::v1::types::b_maxkey::type_id = id::k_maxkey
staticconstexpr

The type represented by this BSON type value.


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