NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
载入中...
搜索中...
未找到
int128_t 成员列表

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

equal_to(const int128_t &rhs) const noexceptint128_tinline
hiint128_t
int128_t(const long value) noexceptint128_tinline
int128_t(const int32_t value) noexceptint128_tinline
int128_t(const long long value) noexceptint128_tinline
int128_t(const uint64_t low, const bool negative=false) noexceptint128_tinline
int128_t(const uint64_t high, const uint64_t low) noexceptint128_tinline
int128_t(const string &str, int base=10)int128_tinlineexplicit
int128_t(string_view str, int base=10)int128_texplicit
is_negative() const noexceptint128_tinline
less_than(const int128_t &rhs) const noexceptint128_tinline
loint128_t
max() noexceptint128_tinlinestatic
min() noexceptint128_tinlinestatic
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) noexceptint128_tinline
operator*(const int128_t &other) const noexcept(noexcept(const_cast< int128_t & >(derived()).operator*=(other)))iarithmetic< int128_t >inline
operator*=(const int128_t &other) noexceptint128_t
operator+(const int128_t &other) const noexcept(noexcept(const_cast< int128_t & >(derived()).operator+=(other)))iarithmetic< int128_t >inline
operator++() noexceptint128_tinline
operator+=(const int128_t &other) noexceptint128_t
operator-() const noexceptint128_tinline
iarithmetic< int128_t >::operator-(const int128_t &other) const noexcept(noexcept(const_cast< int128_t & >(derived()).operator-=(other)))iarithmetic< int128_t >inline
operator--() noexceptint128_tinline
operator-=(const int128_t &other) noexceptint128_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) constibinary< int128_t >inline
operator<<=(const uint32_t shift) noexceptint128_tinline
operator<=(const int128_t &rhs) const noexcept(noexcept(!(rhs.less_than(derived()))))icomparable< int128_t >inline
operator=(const uint128_t &other) noexceptint128_tinline
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) constibinary< int128_t >inline
operator>>=(const uint32_t shift) noexceptint128_tinline
operator^(const int128_t &other) const noexcept(noexcept(const_cast< int128_t & >(derived()).operator^=(other)))ibinary< int128_t >inline
operator^=(const int128_t &other) noexceptint128_tinline
operator|(const int128_t &other) const noexcept(noexcept(const_cast< int128_t & >(derived()).operator|=(other)))ibinary< int128_t >inline
operator|=(const int128_t &other) noexceptint128_tinline
operator~() const noexceptint128_tinline
parse(const string_view view)int128_tinlinestatic
to_hash() const noexceptint128_tinline
to_ihash() const noexcept(noexcept(derived().to_hash()))ihashable< int128_t >inline
to_string() constint128_t
to_uint128() const noexceptint128_tinline
try_parse(const string_view str) noexceptiobject< int128_t >inline