Explain C++ SFINAE to a non-C++ programmer

Viewed 7141

What is SFINAE in C++?

Can you please explain it in words understandable to a programmer who is not versed in C++? Also, what concept in a language like Python does SFINAE correspond to?

5 Answers
Related