PrevUpHomeNext

esv::gt_scope


You came here for a reason.

esv::gt_scope

esv::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 esv::real_meric.

esv::gt_scope Usage

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

See Also

esv::overflow_type

esv::real_meric


PrevUpHomeNext

esv::print