3#ifndef TETL_UTILITY_IN_RANGE_HPP
4#define TETL_UTILITY_IN_RANGE_HPP
19template <builtin_
integer R, builtin_
integer T>
20[[nodiscard]]
constexpr auto in_range(T t)
noexcept ->
bool
constexpr auto in_range(T t) noexcept -> bool
Returns true if the value of t is in the range of values that can be represented in R,...
Definition in_range.hpp:20
constexpr auto cmp_greater_equal(T t, U u) noexcept -> bool
Compare the values of two integers t and u. Unlike builtin comparison operators, negative signed inte...
Definition cmp_greater_equal.hpp:20
constexpr auto cmp_less_equal(T t, U u) noexcept -> bool
Compare the values of two integers t and u. Unlike builtin comparison operators, negative signed inte...
Definition cmp_less_equal.hpp:20
Definition adjacent_find.hpp:8
Definition numeric_limits.hpp:17