Hacker News new | ask | show | jobs
by hermitdev 3026 days ago
For those unfamiliar with C++, SFINAE is "Substitution Failure Is Not An Error". The short of it is how the language deals with overload selection with templates. If you want a more detailed explanation and example, see [1].

[1] https://en.wikipedia.org/wiki/Substitution_failure_is_not_an...