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