|
Post Made Community Wiki by Community♦
|
||||
|
|
||||
|
2 | added extra comment explaining the code, improved formatting | ||
C++: Template Metaprogramminguses Uses the classic enum hack.
usage Usage.
Factorial is calculated completely at compile time based on the template parameter n. Therefore, factorial<4>::result is a constant once the compiler has done its work. |
||||
|
1 |
|
||
C++: Template Metaprogramminguses the classic enum hack
usage
|
||||
