More C++ Idioms/SFINAE

From Wikibooks, open books for an open world
Jump to: navigation, search

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

[edit] Motivation

[edit] Known Uses

[edit] Related Idioms

[edit] References

Personal tools
Namespaces
Variants
Actions
Navigation
Community
Toolbox
Sister projects
Print/export