E.V.E
v2023.02.15

◆ downward

eve::downward = {}
inlineconstexpr

Higher-order Callable Object imbuing rounding downard semantic onto other Callable Objects.

Members Functions

auto operator()(eve::callable auto const& f ) const noexcept;
Parameters
fAn instance of eve::callable
Returns
A Callable Object performing the same kind of operation but rounding the result upward or, in other words, to negative infinity