PrevUpHomeNext

utx::lt_scope


utx::lt_scope

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

Their types must satisfy utx::real_meric.

utx::lt_scope Usage

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

See Also

utx::overflow_type

utx::real_meric


PrevUpHomeNext

E

U