CppCommon  1.0.4.1
C++ Common Library
Namespaces | Functions
uint256.cpp File Reference

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

#include "common/uint256.h"

Go to the source code of this file.

Namespaces

 CppCommon
 C++ Common project definitions.
 

Functions

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

Detailed Description

Unsigned 256-bit integer type implementation.

Author
Ivan Shynkarenka
Date
11.10.2017

Definition in file uint256.cpp.