Skip to main content

One doc tagged with "variadic-templates"

View all tags

Variadic Templates

Variadic templates accept any number of arguments of any types. They're the foundation for functions like std::make_tuple, printf, and perfect forwarding.