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

Detailed Description

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

Definition at line 12 of file mathUtils.hpp.

Static Public Attributes

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

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