Skip to main content

2 docs tagged with "sfinae"

View all tags

Boost.TypeTraits

Boost.TypeTraits provides a collection of compile-time type introspection and type

SFINAE and enable_if

SFINAE (Substitution Failure Is Not An Error) is a fundamental C++ template mechanism that enables conditional template compilation. std::enable_if is the primary tool for applying SFINAE in practice.