fairly simple examples of c++ template metaprogramming
to implement:
- greatest common denominator
- is prime (?)
- euler totient function (?)
- is palindrome (?)
- exponent / power
- sort function?
- binary search?
- (issue is data must be known at compile time)
| Name | Name | Last commit date | ||
|---|---|---|---|---|