cxxomfort  rel.20211024
Simple backports for C++ - https://ryan.gulix.cl/fossil.cgi/cxxomfort/
List of all members
static_intlog< N, Ba > Struct Template Reference

Provides the member value with the value of the logarithm of N in base Ba . More...

Detailed Description

template<size_t N, size_t Ba>
struct cxxomfort::st_math::static_intlog< N, Ba >

Provides the member value with the value of the logarithm of N in base Ba .

Utilities:
Compile-time integer logarithm on the Naturals, pre-C++11.
Template Parameters
Bathe base of the logarithm.
Precondition
Ba > 1 and N > 0.

See also static_intpow , static_sqrt .


The documentation for this struct was generated from the following file: