|
OpenWalnut 1.3.1
|
Compute the nth power of a value. More...
#include <WCompileTimeFunctions.h>
Public Types | |
| enum | { value = base * WPower< base, value = base * WPower< base } |
| Using an enum here instead of a static constant. More... | |
Compute the nth power of a value.
For base == exponent == 0, compilation fails.
Definition at line 129 of file WCompileTimeFunctions.h.
| anonymous enum |
Using an enum here instead of a static constant.
Definition at line 134 of file WCompileTimeFunctions.h.
1.7.4