MongoDB C++ Driver 4.1.0
|
#include <bsoncxx/v_noabi/bsoncxx/types.hpp>
A BSON 64-bit signed integer value.
Public Member Functions | |
operator int64_t () const | |
Conversion operator unwrapping a int64_t. | |
Related Symbols | |
(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 | |
|
inline |
Conversion operator unwrapping a int64_t.