CppCommon  1.0.4.1
C++ Common Library
Namespaces | Functions
uint128.inl File Reference

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

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)
 
uint128_t CppCommon::operator% (const uint128_t &value1, const uint128_t &value2)
 
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
 
bool CppCommon::operator== (const uint128_t &value1, const uint128_t &value2) noexcept
 
bool CppCommon::operator!= (const uint128_t &value1, const uint128_t &value2) noexcept
 
bool CppCommon::operator< (const uint128_t &value1, const uint128_t &value2) noexcept
 
bool CppCommon::operator> (const uint128_t &value1, const uint128_t &value2) noexcept
 
bool CppCommon::operator<= (const uint128_t &value1, const uint128_t &value2) noexcept
 
bool CppCommon::operator>= (const uint128_t &value1, const uint128_t &value2) noexcept
 
bool CppCommon::operator&& (const uint128_t &value1, const uint128_t &value2) noexcept
 
bool CppCommon::operator|| (const uint128_t &value1, const uint128_t &value2) noexcept
 
std::ostream & CppCommon::operator<< (std::ostream &os, const uint128_t &value)
 
std::wostream & CppCommon::operator<< (std::wostream &os, const uint128_t &value)
 
void CppCommon::swap (uint128_t &value1, uint128_t &value2) noexcept
 

Detailed Description

Unsigned 128-bit integer type inline implementation.

Author
Ivan Shynkarenka
Date
11.10.2017

Definition in file uint128.inl.