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

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.
 

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 , typename std::enable_if< !std::is_same< b_decimal128, typename std::decay< T >::type >::value, int >::type = 0>
bsoncxx::types::b_decimal128::b_decimal128 ( T &&  t)
inlineexplicit

Constructor for b_decimal128.

Parameters
valueThe 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: