#include <bsoncxx/v1/types/view.hpp>
BSON type value "Decimal128".
Public Member Functions | |
| b_decimal128 ()=default | |
| Zero-initialize the represented value. | |
| b_decimal128 (v1::decimal128 value) | |
| Initialize with value. | |
| operator v1::decimal128 () const | |
| Implicitly convert to value. | |
Public Attributes | |
| v1::decimal128 | value |
| The represented value. | |
Static Public Attributes | |
| static constexpr id | type_id = id::k_decimal128 |
| The type represented by this BSON type value. | |
Friends | |
| bool | operator!= (b_decimal128 const &lhs, b_decimal128 const &rhs) |
| Equivalent to !(lhs == rhs). | |
| bool | operator== (b_decimal128 const &lhs, b_decimal128 const &rhs) |
| Equivalent to lhs.value == rhs.value. | |
|
default |
Zero-initialize the represented value.
|
inlineexplicit |
Initialize with value.
|
inline |
Implicitly convert to value.
|
friend |
Equivalent to !(lhs == rhs).
|
friend |
Equivalent to lhs.value == rhs.value.
|
staticconstexpr |
The type represented by this BSON type value.
| v1::decimal128 bsoncxx::v1::types::b_decimal128::value |
The represented value.