CppCommon
1.0.4.1
C++ Common Library
|
Unsigned 256-bit integer type inline implementation. More...
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) |
uint256_t | CppCommon::operator% (const uint256_t &value1, const uint256_t &value2) |
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 |
bool | CppCommon::operator== (const uint256_t &value1, const uint256_t &value2) noexcept |
bool | CppCommon::operator!= (const uint256_t &value1, const uint256_t &value2) noexcept |
bool | CppCommon::operator< (const uint256_t &value1, const uint256_t &value2) noexcept |
bool | CppCommon::operator> (const uint256_t &value1, const uint256_t &value2) noexcept |
bool | CppCommon::operator<= (const uint256_t &value1, const uint256_t &value2) noexcept |
bool | CppCommon::operator>= (const uint256_t &value1, const uint256_t &value2) noexcept |
bool | CppCommon::operator&& (const uint256_t &value1, const uint256_t &value2) noexcept |
bool | CppCommon::operator|| (const uint256_t &value1, const uint256_t &value2) noexcept |
std::ostream & | CppCommon::operator<< (std::ostream &os, const uint256_t &value) |
std::wostream & | CppCommon::operator<< (std::wostream &os, const uint256_t &value) |
void | CppCommon::swap (uint256_t &value1, uint256_t &value2) noexcept |
Unsigned 256-bit integer type inline implementation.
Definition in file uint256.inl.