MongoDB C++ Driver  mongocxx-3.1.0
Public Member Functions | Related Functions | 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. 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
 

Detailed Description

A BSON Decimal128 value.

Constructor & Destructor Documentation

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.

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