E.V.E
v2022.03.00
◆
upward
eve::upward = {}
inline
constexpr
Higher-order
Callable Object
imbuing upward rounding semantic onto other
Callable Objects
.
Members Functions
auto
operator()(eve::callable
auto
const
& f )
const
noexcept
;
Parameters
f
An instance of eve::callable
Returns
A
Callable Object
performing the same kind of operation but rounding the result upward or, in other words, to positive infinity
eve::div
,
eve::fracscale
eve::rem
eve::round
,
eve::roundscale
.
eve