Hyper API for C++ 0.0.18825
Hyper client library for C++ applications
Loading...
Searching...
No Matches
Numeric.hpp File Reference

Go to the source code of this file.

Classes

struct  std::hash< hyper_data128_t >
 Specialization of std::hash for hyper_data128_t. More...
 
class  hyperapi::Numeric< precision_value, scale_value >
 A fixed-point numeric data value with scale fraction digits and precision digits overall. More...
 
struct  std::hash< hyperapi::Numeric< p, s > >
 Specialization of std::hash for hyperapi::Numeric. More...
 

Namespaces

namespace  hyperapi
 The primary namespace of the Hyper API for C++.
 

Functions

bool hyperapi::operator== (const hyper_data128_t &a, const hyper_data128_t &b) noexcept
 Equality operator for hyper_data128_t.
 
bool hyperapi::operator> (const hyper_data128_t &a, const hyper_data128_t &b) noexcept
 Greater operator for hyper_data128_t.