Open utterances-bot opened 3 years ago
Excellent article! Best one I read so far about SFINAE.
Hope you had a great read. Comments welcome! I am using utterance.es so you need to login through your Github account to comment. Above text is for testing whether comment section is working or not.
Using Templates for Generic Programming - Part 1 (Embracing the beauty _of SFINAE)👋 - Programmer
C++ template programming: SFINAE, std::enable_if, std::enable_if_t, if constexpr, perfect forwarding. In this blog post, we will learn advanced template programming concepts. These concepts include how to change the implementation of classes and functions based on the type provided, how to work with different arguments and how to properly forward them, how to optimize the code in both runtime and compile-time, about SFINAE, std::enable_if, std::enable_if_t.
http://159.203.11.67:1313/using-templates-for-generic-programming/