NexusForce 1.0.0
A rigorously engineered full-stack C++ backend library.
载入中...
搜索中...
未找到
neforce::uint128_t 成员列表

成员的完整列表,这些成员属于 neforce::uint128_t,包括所有继承而来的类成员

div64(const uint64_t divisor, uint64_t *remainder=nullptr) constneforce::uint128_tinline
divmod128(const uint128_t &dividend, const uint128_t &divisor, uint128_t &quotient, uint128_t &remainder)neforce::uint128_tstatic
equal_to(const uint128_t &rhs) const noexceptneforce::uint128_tinline
hineforce::uint128_t
less_than(const uint128_t &rhs) const noexceptneforce::uint128_tinline
loneforce::uint128_t
max() noexceptneforce::uint128_tinlinestatic
min() noexceptneforce::uint128_tinlinestatic
mul128(const uint128_t &a, const uint128_t &b) noexceptneforce::uint128_tinlinestatic
mul64(const uint64_t a, const uint64_t b) noexceptneforce::uint128_tinlinestatic
negation() const noexceptneforce::uint128_tinline
operator!=(const uint128_t &rhs) const noexcept(noexcept(!(derived().equal_to(rhs))))neforce::icomparable< uint128_t >inline
operator%(const uint128_t &other) const noexcept(noexcept(const_cast< uint128_t & >(derived()).operator%=(other)))neforce::iarithmetic< uint128_t >inline
operator%=(const uint128_t &other)neforce::uint128_t
operator&(const uint128_t &other) const noexcept(noexcept(const_cast< uint128_t & >(derived()).operator&=(other)))neforce::ibinary< uint128_t >inline
operator&=(const uint128_t &other) noexceptneforce::uint128_tinline
operator*(const uint128_t &other) const noexcept(noexcept(const_cast< uint128_t & >(derived()).operator*=(other)))neforce::iarithmetic< uint128_t >inline
operator*=(const uint128_t &other) noexceptneforce::uint128_t
operator+(const uint128_t &other) const noexcept(noexcept(const_cast< uint128_t & >(derived()).operator+=(other)))neforce::iarithmetic< uint128_t >inline
operator++() noexceptneforce::uint128_tinline
operator+=(const uint128_t &other) noexceptneforce::uint128_tinline
operator-(const uint128_t &other) const noexcept(noexcept(const_cast< uint128_t & >(derived()).operator-=(other)))neforce::iarithmetic< uint128_t >inline
operator--() noexceptneforce::uint128_tinline
operator-=(const uint128_t &other) noexceptneforce::uint128_tinline
operator/(const uint128_t &other) const noexcept(noexcept(const_cast< uint128_t & >(derived()).operator/=(other)))neforce::iarithmetic< uint128_t >inline
operator/=(const uint128_t &other)neforce::uint128_t
operator<(const uint128_t &rhs) const noexcept(noexcept(derived().less_than(rhs)))neforce::icomparable< uint128_t >inline
operator<<(const uint32_t shift) constneforce::ibinary< uint128_t >inline
operator<<=(const uint32_t shift) noexceptneforce::uint128_tinline
operator<=(const uint128_t &rhs) const noexcept(noexcept(!(rhs.less_than(derived()))))neforce::icomparable< uint128_t >inline
operator==(const uint128_t &rhs) const noexcept(noexcept(derived().equal_to(rhs)))neforce::icomparable< uint128_t >inline
operator>(const uint128_t &rhs) const noexcept(noexcept(rhs.less_than(derived())))neforce::icomparable< uint128_t >inline
operator>=(const uint128_t &rhs) const noexcept(noexcept(!(derived().less_than(rhs))))neforce::icomparable< uint128_t >inline
operator>>(const uint32_t shift) constneforce::ibinary< uint128_t >inline
operator>>=(const uint32_t shift) noexceptneforce::uint128_tinline
operator^(const uint128_t &other) const noexcept(noexcept(const_cast< uint128_t & >(derived()).operator^=(other)))neforce::ibinary< uint128_t >inline
operator^=(const uint128_t &other) noexceptneforce::uint128_tinline
operator|(const uint128_t &other) const noexcept(noexcept(const_cast< uint128_t & >(derived()).operator|=(other)))neforce::ibinary< uint128_t >inline
operator|=(const uint128_t &other) noexceptneforce::uint128_tinline
operator~() const noexceptneforce::uint128_tinline
to_hash() const noexceptneforce::uint128_tinline
to_ihash() const noexcept(noexcept(derived().to_hash()))neforce::ihashable< uint128_t >inline
to_int128() const noexceptneforce::uint128_t
uint128_t(const int32_t low) noexceptneforce::uint128_tinline
uint128_t(const uint32_t low) noexceptneforce::uint128_tinline
uint128_t(const unsigned long low) noexceptneforce::uint128_tinline
uint128_t(const unsigned long long low) noexceptneforce::uint128_tinline
uint128_t(const uint64_t high, const uint64_t low) noexceptneforce::uint128_tinline