OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
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
 

Field Documentation

◆ value

template<unsigned int base, unsigned int exponent>
constexpr size_t IntPow< base, exponent >::value = base * IntPow<base, exponent - 1>::value
staticconstexpr

Definition at line 14 of file mathUtils.hpp.


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