ug4
ug::ntree< tree_dim, world_dim, TElem, TCommonData >::pow< n, exponent > Struct Template Reference

static template implementation to raise n to the power exponent More...

Static Public Attributes

static const size_t val = n * pow<n, exponent - 1>::val
 

Detailed Description

template<int tree_dim, int world_dim, class TElem, class TCommonData>
template<size_t n, size_t exponent>
struct ug::ntree< tree_dim, world_dim, TElem, TCommonData >::pow< n, exponent >

static template implementation to raise n to the power exponent

Member Data Documentation

◆ val

template<int tree_dim, int world_dim, class TElem , class TCommonData >
template<size_t n, size_t exponent>
const size_t ug::ntree< tree_dim, world_dim, TElem, TCommonData >::pow< n, exponent >::val = n * pow<n, exponent - 1>::val
static

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