PrevUpHomeNext

utx::in_scope


utx::in_scope

utx::in_scope is used to check if the first value belongs to a scope [a, b] comprised by the second value and the third value, including a and b.

Their types must satisfy utx::real_meric.

utx::in_scope Usage

constexpr bool result = utx::in_scope(value, a, b);

See Also

utx::overflow_type

utx::real_meric


PrevUpHomeNext

E

U