Skip to main content
Journey Uncommon Logo
JourneyUncommon
mediumC++SFINAE and enable_ifSingle-choice MCQ

Which placement of enable_if lets you have two overloads that differ ONLY by whether T is integral vs floating point, without changing the return type or the visible parameter list?

// pick the technique