PrevUpHomeNext

utx::gt_scope


utx::gt_scope

utx::gt_scope is used to check if the first value is greater than the scope [a, b] comprised by the second value and the third value.

Their types must satisfy utx::real_meric.

utx::gt_scope Usage

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

See Also

utx::overflow_type

utx::real_meric


PrevUpHomeNext

E

U