On the previous part, I went through some practice on abstractions when writing recursions.
This part would be the last part of the current topic. I would implement MergeSort
with recursive template metaprogramming.
On the previous part, I went through some practice on abstractions when writing recursions.
This part would be the last part of the current topic. I would implement MergeSort
with recursive template metaprogramming.
Previously I wrote about basic utility and simple examples of recursive template programming. On this part I will show how to write Find
, Remove
, PopFront
, PopBack
.
This article is a writeup to practice on recursive template metaprogramming. It is that may come in handy for compile time operations. I want to thank yoco for giving me a tutorial and introduction to the topic.
Continue reading “Recursive template metaprogramming (Part I)”