|
NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
|
成员的完整列表,这些成员属于 uint128_t,包括所有继承而来的类成员
| div64(uint64_t divisor, uint64_t *remainder=nullptr) const | uint128_t | |
| equal_to(const uint128_t &rhs) const noexcept | uint128_t | inline |
| hi | uint128_t | |
| less_than(const uint128_t &rhs) const noexcept | uint128_t | inline |
| lo | uint128_t | |
| max() noexcept | uint128_t | inlinestatic |
| min() noexcept | uint128_t | inlinestatic |
| mul64(uint64_t a, uint64_t b) noexcept | uint128_t | static |
| operator!=(const uint128_t &rhs) const noexcept(noexcept(!(derived().equal_to(rhs)))) | icomparable< uint128_t > | inline |
| operator%(const uint128_t &other) const noexcept(noexcept(const_cast< uint128_t & >(derived()).operator%=(other))) | iarithmetic< uint128_t > | inline |
| operator%=(const uint128_t &other) | uint128_t | |
| operator&(const uint128_t &other) const noexcept(noexcept(const_cast< uint128_t & >(derived()).operator&=(other))) | ibinary< uint128_t > | inline |
| operator&=(const uint128_t &other) noexcept | uint128_t | inline |
| operator*(const uint128_t &other) const noexcept(noexcept(const_cast< uint128_t & >(derived()).operator*=(other))) | iarithmetic< uint128_t > | inline |
| operator*=(const uint128_t &other) noexcept | uint128_t | |
| operator+(const uint128_t &other) const noexcept(noexcept(const_cast< uint128_t & >(derived()).operator+=(other))) | iarithmetic< uint128_t > | inline |
| operator++() noexcept | uint128_t | inline |
| operator+=(const uint128_t &other) noexcept | uint128_t | |
| operator-() const noexcept | uint128_t | inline |
| iarithmetic< uint128_t >::operator-(const uint128_t &other) const noexcept(noexcept(const_cast< uint128_t & >(derived()).operator-=(other))) | iarithmetic< uint128_t > | inline |
| operator--() noexcept | uint128_t | inline |
| operator-=(const uint128_t &other) noexcept | uint128_t | |
| operator/(const uint128_t &other) const noexcept(noexcept(const_cast< uint128_t & >(derived()).operator/=(other))) | iarithmetic< uint128_t > | inline |
| operator/=(const uint128_t &other) | uint128_t | |
| operator<(const uint128_t &rhs) const noexcept(noexcept(derived().less_than(rhs))) | icomparable< uint128_t > | inline |
| operator<<(const uint32_t shift) const | ibinary< uint128_t > | inline |
| operator<<=(const uint32_t shift) noexcept | uint128_t | inline |
| operator<=(const uint128_t &rhs) const noexcept(noexcept(!(rhs.less_than(derived())))) | icomparable< uint128_t > | inline |
| operator==(const uint128_t &rhs) const noexcept(noexcept(derived().equal_to(rhs))) | icomparable< uint128_t > | inline |
| operator>(const uint128_t &rhs) const noexcept(noexcept(rhs.less_than(derived()))) | icomparable< uint128_t > | inline |
| operator>=(const uint128_t &rhs) const noexcept(noexcept(!(derived().less_than(rhs)))) | icomparable< uint128_t > | inline |
| operator>>(const uint32_t shift) const | ibinary< uint128_t > | inline |
| operator>>=(const uint32_t shift) noexcept | uint128_t | inline |
| operator^(const uint128_t &other) const noexcept(noexcept(const_cast< uint128_t & >(derived()).operator^=(other))) | ibinary< uint128_t > | inline |
| operator^=(const uint128_t &other) noexcept | uint128_t | inline |
| operator|(const uint128_t &other) const noexcept(noexcept(const_cast< uint128_t & >(derived()).operator|=(other))) | ibinary< uint128_t > | inline |
| operator|=(const uint128_t &other) noexcept | uint128_t | inline |
| operator~() const noexcept | uint128_t | inline |
| parse(const string_view view) | uint128_t | inlinestatic |
| to_hash() const noexcept | uint128_t | inline |
| to_ihash() const noexcept(noexcept(derived().to_hash())) | ihashable< uint128_t > | inline |
| to_int128() const noexcept | uint128_t | |
| to_string() const | uint128_t | |
| try_parse(const string_view str) noexcept | iobject< uint128_t > | inline |
| uint128_t(const int32_t low) noexcept | uint128_t | inline |
| uint128_t(const uint32_t low) noexcept | uint128_t | inline |
| uint128_t(const unsigned long low) noexcept | uint128_t | inline |
| uint128_t(const unsigned long long low) noexcept | uint128_t | inline |
| uint128_t(const uint64_t high, const uint64_t low) noexcept | uint128_t | inline |
| uint128_t(const string &str, int base=10) | uint128_t | inlineexplicit |
| uint128_t(string_view str, int base=10) | uint128_t | explicit |