dune-common  2.5.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | List of all members
Dune::StaticPower< m, p > Struct Template Reference

Calculates m^p at compile time. More...

#include <dune/common/power.hh>

Public Types

enum  { power = (m * StaticPower<m,p-1>::power ) }
 power stores m^p More...
 

Detailed Description

template<int m, int p>
struct Dune::StaticPower< m, p >

Calculates m^p at compile time.


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