dune-common  2.3.1
Public Types | List of all members
Dune::Power_m_p< m, p > Struct Template Reference

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

#include <dune/common/misc.hh>

Public Types

enum  { power = (m * Power_m_p<m,p-1>::power ) }

Detailed Description

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

Calculates m^p at compile time.

Member Enumeration Documentation

template<int m, int p>
anonymous enum
Enumerator:
power 

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