MongoDB C++ Driver 4.1.0
|
#include <bsoncxx/v_noabi/bsoncxx/types.hpp>
A BSON signed 32-bit integer value.
Public Member Functions | |
operator int32_t () const | |
Conversion operator unwrapping a int32_t. | |
Related Symbols | |
(Note that these are not member symbols.) | |
bool | operator!= (b_int32 const &lhs, b_int32 const &rhs) |
free function comparator for b_int32 | |
bool | operator== (b_int32 const &lhs, b_int32 const &rhs) |
free function comparator for b_int32 | |
|
inline |
Conversion operator unwrapping a int32_t.