OpenFPM  5.2.0
Project that contain the implementation of distributed structures
IntPow< base, exponent > Struct Template Reference

Static Public Attributes

constexpr static size_t value = base * IntPow<base, exponent - 1>::value
 

Detailed Description

template<unsigned int base, unsigned int exponent>
struct IntPow< base, exponent >

Definition at line 12 of file mathUtils.hpp.


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