MongoDB C++ Driver
mongocxx-3.7.0
|
A BSON Decimal128 value. More...
#include <types.hpp>
Public Member Functions | |
template<typename T , typename std::enable_if<!std::is_same< b_decimal128, typename std::decay< T >::type >::value, int >::type = 0> | |
b_decimal128 (T &&t) | |
Constructor for b_decimal128. More... | |
Related Functions | |
(Note that these are not member functions.) | |
bool | operator== (const b_decimal128 &lhs, const b_decimal128 &rhs) |
free function comparator for b_decimal128 | |
A BSON Decimal128 value.
|
inlineexplicit |
Constructor for b_decimal128.
t | The value to wrap. |