Hyper API for C++  0.0.16638
Hyper client library for C++ applications
Numeric.hpp File Reference
#include <cstdint>
#include <hyperapi/SqlType.hpp>
#include <hyperapi/string_view.hpp>
#include <string>
#include <type_traits>
#include <hyperapi/hyperapi.h>
#include <hyperapi/impl/Numeric.impl.hpp>

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

 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.