cxxomfort
rel.20211024
Simple backports for C++ - https://ryan.gulix.cl/fossil.cgi/cxxomfort/
|
Defines the member value
, of type Int and of value equal to x to the power of y .
More...
Defines the member value
, of type Int and of value equal to x to the power of y .
static_intpow
ignores overflow or underflow on the integral types used, so care must be taken to choose a type T that can host the result value.See also: static_intlog
, static_sqrt
.