OpenWalnut
1.4.0
|
Compute the nth power of a value. More...
#include <WCompileTimeFunctions.h>
Public Types | |
enum | { value = 1 } |
Using an enum here instead of a static constant. More... | |
Compute the nth power of a value.
Specialization for exponent = 0.
Definition at line 149 of file WCompileTimeFunctions.h.
anonymous enum |
Using an enum here instead of a static constant.
Enumerator | |
---|---|
value |
The computed value. |
Definition at line 154 of file WCompileTimeFunctions.h.