A Bite of Template in C++ (1)
10 Jun 2018 Languages C/C++metaprogrammingSFINAEFrom recent C++ programming, I acquired two features of C++ template, which are new to me. Namely, not only types are allowed to be template arguments, and partial or explicit specialization of template.
