MongoDB C++ Driver mongocxx-3.10.1
Loading...
Searching...
No Matches
Public Member Functions | Related Symbols | List of all members
bsoncxx::v_noabi::types::b_decimal128 Struct Reference

A BSON Decimal128 value. More...

#include <types.hpp>

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
 

Detailed Description

A BSON Decimal128 value.

Constructor & Destructor Documentation

◆ b_decimal128()

template<typename T , detail::requires_not_t< int, detail::is_alike< b_decimal128, T > > = 0>
bsoncxx::v_noabi::types::b_decimal128::b_decimal128 ( T &&  t)
inlineexplicit

Constructor for b_decimal128.

Parameters
tThe value to wrap.

Friends And Related Symbol Documentation

◆ operator==()

bool operator== ( const b_decimal128 lhs,
const b_decimal128 rhs 
)
related

free function comparator for b_decimal128


The documentation for this struct was generated from the following file: