#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.
|
| hyperapi |
| The primary namespace of the Hyper API for C++.
|
|
|
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.
|
|