CppCommon
1.0.4.1
C++ Common Library
|
Unsigned 128-bit integer type implementation. More...
#include "common/uint128.h"
Go to the source code of this file.
Namespaces | |
CppCommon | |
C++ Common project definitions. | |
Functions | |
uint128_t | CppCommon::operator* (const uint128_t &value1, const uint128_t &value2) noexcept |
uint128_t | CppCommon::operator<< (const uint128_t &value1, const uint128_t &value2) noexcept |
uint128_t | CppCommon::operator>> (const uint128_t &value1, const uint128_t &value2) noexcept |
Unsigned 128-bit integer type implementation.
Definition in file uint128.cpp.