More C++ Idioms/SFINAE
From Wikibooks, the open-content textbooks collection
Contents |
[edit] Intent
To allow overload resolution of function templates using type traits rather than the type itself.
[edit] Also Known As
Substitution Failure Is Not An Error