Mr-nightskycoder / fp-discussions

0 stars 0 forks source link

using-templates-for-generic-programming/ #1

Open utterances-bot opened 3 years ago

utterances-bot commented 3 years ago

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/

Mr-nightskycoder commented 3 years ago

Excellent article! Best one I read so far about SFINAE.

Mr-nightskycoder commented 3 years ago

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.