tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
cmp_less.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  etl
 

Functions

template<builtin_integer T, builtin_integer U>
constexpr auto cmp_less (T t, U u) noexcept -> bool
 Compare the values of two integers t and u. Unlike builtin comparison operators, negative signed integers always compare less than (and not equal to) unsigned integers: the comparison is safe against lossy integer conversion.