CppCommon 1.0.6.0
C++ Common Library
Loading...
Searching...
No Matches
uint128.cpp File Reference

Unsigned 128-bit integer type implementation. More...

#include "common/uint128.h"

Go to the source code of this file.

Namespaces

namespace  CppCommon
 C++ Common project definitions.

Functions

uint128_t CppCommon::operator* (const uint128_t &value1, const uint128_t &value2)
uint128_t CppCommon::operator<< (const uint128_t &value1, const uint128_t &value2)
uint128_t CppCommon::operator>> (const uint128_t &value1, const uint128_t &value2)

Detailed Description

Unsigned 128-bit integer type implementation.

Author
Ivan Shynkarenka
Date
11.10.2017

Definition in file uint128.cpp.