Wednesday, June 15, 2016

SFINAE in C++ templates, what the hell is that?

A good blog on what is SFINAE

http://jguegant.github.io/blogs/tech/sfinae-introduction.html

TLDR:

A fancy way to do C++ reflection at compile time.

No comments:

Post a Comment