userver: formats::bson::Decimal128 Class Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
formats::bson::Decimal128 Class Reference

#include <userver/formats/bson/types.hpp>

Detailed Description

Public Member Functions

 Decimal128 (const std::string &value)
 Constructor from a string form.
 
std::string ToString () const
 Returns string form.
 
bool operator== (const Decimal128 &) const
 
bool operator!= (const Decimal128 &) const
 

Static Public Member Functions

static Decimal128 Infinity ()
 Returns an infinite value.
 
static Decimal128 NaN ()
 Returns a not-a-number value.
 

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