MongoDB C++ Driver mongocxx-3.11.0
|
#include <bsoncxx/v_noabi/bsoncxx/types.hpp>
A BSON Decimal128 value.
Public Member Functions | |
template<typename T , detail::requires_not_t< int, detail::is_alike< b_decimal128, T > > = 0> | |
b_decimal128 (T &&t) | |
Constructor for b_decimal128. | |
Related Symbols | |
(Note that these are not member symbols.) | |
bool | operator!= (const b_decimal128 &lhs, const b_decimal128 &rhs) |
free function comparator for b_decimal128 | |
bool | operator== (const b_decimal128 &lhs, const b_decimal128 &rhs) |
free function comparator for b_decimal128 | |
|
inlineexplicit |
Constructor for b_decimal128.
t | The value to wrap. |
|
related |
free function comparator for b_decimal128
|
related |
free function comparator for b_decimal128