IgANet
IgANets - Isogeometric Analysis Networks
Loading...
Searching...
No Matches
iganet::utils::integer_pow< E, N > Struct Template Reference

Computes the power of integer E to the N at compile time. More...

#include </home/runner/work/iganet/iganet/include/utils/integer_pow.hpp>

Public Types

enum  { value = E * integer_pow<E, N - 1>::value }
 

Detailed Description

template<int E, int N>
struct iganet::utils::integer_pow< E, N >

Computes the power of integer E to the N at compile time.

Member Enumeration Documentation

◆ anonymous enum

template<int E, int N>
anonymous enum
Enumerator
value 

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