PrevUpHomeNext

esv::lt_scope


Always leave yoursef an open door.

esv::lt_scope

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

esv::lt_scope Usage

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

See Also

esv::overflow_type

esv::real_meric


PrevUpHomeNext

esv::print