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

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

Description

A BSON 64-bit signed integer value.

Public Member Functions

 operator int64_t () const
 Conversion operator unwrapping a int64_t.

(Note that these are not member symbols.)

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

Member Function Documentation

◆ operator int64_t()

bsoncxx::v_noabi::types::b_int64::operator int64_t ( ) const
inline

Conversion operator unwrapping a int64_t.

◆ operator!=()

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

free function comparator for b_int64

◆ operator==()

bool operator== ( b_int64 const & lhs,
b_int64 const & rhs )
related

free function comparator for b_int64


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