Bambo's Blog

Home Categories Tags About

SFINAE

A Bite of Template in C++ (1)

10 Jun 2018 Languages C/C++metaprogrammingSFINAE

From 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.

Read More

Generated by Hugo and hosted on Cloudflare Pages