Functions | |
ranges::diffmax_t ()=default | |
template<typename T > requires integral<T> | |
constexpr | ranges::diffmax_t (T val) noexcept |
constexpr | ranges::operator bool () const noexcept |
template<typename T > requires integral<T> | |
constexpr | ranges::operator T () const noexcept |
constexpr bool | ranges::operator! () const noexcept |
constexpr bool | ranges::operator!= (diffmax_t a, diffmax_t b) noexcept |
constexpr diffmax_t | ranges::operator% (diffmax_t a, diffmax_t b) noexcept |
constexpr diffmax_t & | ranges::operator%= (diffmax_t &a, diffmax_t b) noexcept |
template<typename T > requires integral<T> | |
constexpr auto | ranges::operator%= (T &a, diffmax_t b) noexcept -> T & |
constexpr diffmax_t | ranges::operator& (diffmax_t a, diffmax_t b) noexcept |
constexpr diffmax_t & | ranges::operator&= (diffmax_t &a, diffmax_t b) noexcept |
template<typename T > requires integral<T> | |
constexpr auto | ranges::operator&= (T &a, diffmax_t b) noexcept -> T & |
constexpr diffmax_t | ranges::operator* (diffmax_t a, diffmax_t b) noexcept |
constexpr diffmax_t & | ranges::operator*= (diffmax_t &a, diffmax_t b) noexcept |
template<typename T > requires integral<T> | |
constexpr auto | ranges::operator*= (T &a, diffmax_t b) noexcept -> T & |
constexpr diffmax_t | ranges::operator+ (diffmax_t a) noexcept |
constexpr diffmax_t | ranges::operator+ (diffmax_t a, diffmax_t b) noexcept |
constexpr diffmax_t & | ranges::operator++ (diffmax_t &a) noexcept |
constexpr diffmax_t | ranges::operator++ (diffmax_t &a, int) noexcept |
constexpr diffmax_t & | ranges::operator+= (diffmax_t &a, diffmax_t b) noexcept |
template<typename T > requires integral<T> | |
constexpr auto | ranges::operator+= (T &a, diffmax_t b) noexcept -> T & |
constexpr diffmax_t | ranges::operator- (diffmax_t a) noexcept |
constexpr diffmax_t | ranges::operator- (diffmax_t a, diffmax_t b) noexcept |
constexpr diffmax_t & | ranges::operator-- (diffmax_t &a) noexcept |
constexpr diffmax_t | ranges::operator-- (diffmax_t &a, int) noexcept |
constexpr diffmax_t & | ranges::operator-= (diffmax_t &a, diffmax_t b) noexcept |
template<typename T > requires integral<T> | |
constexpr auto | ranges::operator-= (T &a, diffmax_t b) noexcept -> T & |
constexpr diffmax_t | ranges::operator/ (diffmax_t a, diffmax_t b) noexcept |
constexpr diffmax_t & | ranges::operator/= (diffmax_t &a, diffmax_t b) noexcept |
template<typename T > requires integral<T> | |
constexpr auto | ranges::operator/= (T &a, diffmax_t b) noexcept -> T & |
constexpr bool | ranges::operator< (diffmax_t a, diffmax_t b) noexcept |
constexpr diffmax_t | ranges::operator<< (diffmax_t a, diffmax_t b) noexcept |
template<typename Ostream > requires derived_from< Ostream, std::basic_ostream<typename Ostream::char_type, typename Ostream::traits_type>> | |
auto | ranges::operator<< (Ostream &sout, diffmax_t a) -> std::ostream & |
constexpr diffmax_t & | ranges::operator<<= (diffmax_t &a, diffmax_t b) noexcept |
template<typename T > requires integral<T> | |
constexpr auto | ranges::operator<<= (T &a, diffmax_t b) noexcept -> T & |
constexpr bool | ranges::operator<= (diffmax_t a, diffmax_t b) noexcept |
constexpr bool | ranges::operator== (diffmax_t a, diffmax_t b) noexcept |
constexpr bool | ranges::operator> (diffmax_t a, diffmax_t b) noexcept |
constexpr bool | ranges::operator>= (diffmax_t a, diffmax_t b) noexcept |
constexpr diffmax_t | ranges::operator>> (diffmax_t a, diffmax_t b) noexcept |
constexpr diffmax_t & | ranges::operator>>= (diffmax_t &a, diffmax_t b) noexcept |
template<typename T > requires integral<T> | |
constexpr auto | ranges::operator>>= (T &a, diffmax_t b) noexcept -> T & |
constexpr diffmax_t | ranges::operator^ (diffmax_t a, diffmax_t b) noexcept |
constexpr diffmax_t & | ranges::operator^= (diffmax_t &a, diffmax_t b) noexcept |
template<typename T > requires integral<T> | |
constexpr auto | ranges::operator^= (T &a, diffmax_t b) noexcept -> T & |
constexpr diffmax_t | ranges::operator| (diffmax_t a, diffmax_t b) noexcept |
constexpr diffmax_t & | ranges::operator|= (diffmax_t &a, diffmax_t b) noexcept |
template<typename T > requires integral<T> | |
constexpr auto | ranges::operator|= (T &a, diffmax_t b) noexcept -> T & |
Variables | |
template<typename Enable > | |
constexpr bool | _is_integer_like_< diffmax_t, Enable > = true |