|
Algorithms_in_C++
1.0.0
Set of algorithms implemented in C++.
|
Go to the source code of this file.
Classes | |
| struct | std::is_integral< uint256_t > |
| struct | std::is_arithmetic< uint256_t > |
| struct | std::is_unsigned< uint256_t > |
| class | uint256_t |
| class for 256-bit unsigned integer More... | |
Macros | |
| #define | CIPHERS_UINT256_T_HPP_ |
for std::pair library More... | |
Functions | |
| template<typename T , typename = typename std::enable_if< std::is_integral<T>::value, T>::type> | |
| uint256_t | operator+ (const T p, const uint256_t &q) |
| template<typename T , typename = typename std::enable_if< std::is_integral<T>::value, T>::type> | |
| uint256_t | operator- (const T p, const uint256_t &q) |
| template<typename T , typename = typename std::enable_if< std::is_integral<T>::value, T>::type> | |
| uint256_t | operator* (const T p, const uint256_t &q) |
| template<typename T , typename = typename std::enable_if< std::is_integral<T>::value, T>::type> | |
| uint256_t | operator/ (const T p, const uint256_t &q) |
| template<typename T , typename = typename std::enable_if< std::is_integral<T>::value, T>::type> | |
| uint256_t | operator% (const T p, const uint256_t &q) |
| template<typename T , typename = typename std::enable_if< std::is_integral<T>::value, T>::type> | |
| uint256_t | operator& (const T &p, const uint256_t &q) |
| template<typename T , typename = typename std::enable_if< std::is_integral<T>::value, T>::type> | |
| uint256_t | operator| (const T p, const uint256_t &q) |
| template<typename T , typename = typename std::enable_if< std::is_integral<T>::value, T>::type> | |
| uint256_t | operator^ (const T p, const uint256_t &q) |
| template<typename T , typename = typename std::enable_if< std::is_integral<T>::value, T>::type> | |
| bool | operator&& (const T p, const uint256_t &q) |
| template<typename T , typename = typename std::enable_if< std::is_integral<T>::value, T>::type> | |
| bool | operator|| (const T p, const uint256_t &q) |
| template<typename T , typename = typename std::enable_if< std::is_integral<T>::value, T>::type> | |
| bool | operator== (const T p, const uint256_t &q) |
| template<typename T , typename = typename std::enable_if< std::is_integral<T>::value, T>::type> | |
| bool | operator!= (const T p, const uint256_t &q) |
| template<typename T , typename = typename std::enable_if< std::is_integral<T>::value, T>::type> | |
| bool | operator< (const T p, const uint256_t &q) |
| template<typename T , typename = typename std::enable_if< std::is_integral<T>::value, T>::type> | |
| bool | operator<= (const T p, const uint256_t &q) |
| template<typename T , typename = typename std::enable_if< std::is_integral<T>::value, T>::type> | |
| bool | operator> (const T p, const uint256_t &q) |
| template<typename T , typename = typename std::enable_if< std::is_integral<T>::value, T>::type> | |
| bool | operator>= (const T p, const uint256_t &q) |
Implementation of 256-bit unsigned integers.
| #define CIPHERS_UINT256_T_HPP_ |
for std::pair library
for std::string for uint128_t integer