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)”在工作時因為 associative container 遇到的 bug。在這裡分享一下 XD
Continue reading “Sorting std::unique_ptr in associative containers”