Skip to main content

One doc tagged with "deduction"

View all tags

Template Argument Deduction

Template argument deduction lets the compiler figure out template parameters from function arguments automatically. No need to write func(5) when func(5) works!