Skip to content

james-dixon/TMP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TMP

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)

About

examples of c++ template metaprogramming

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors