ug4
ug::Pow< n, d > Struct Template Reference

#include <metaprogramming_util.h>

Public Types

enum  { value = n*Pow<n, d-1>::value }
 

Detailed Description

template<int n, size_t d>
struct ug::Pow< n, d >

returns the power of n^d

Member Enumeration Documentation

◆ anonymous enum

template<int n, size_t d>
anonymous enum
Enumerator
value 

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