Abbreviated Function Template
-
When only auto or concept auto appears inside function parameter list then complier internally converts them to function template.
Function parameter becomes template parameter
| Code | |
|---|---|
| auto in parameter list | |
| concept auto in parameter list | |
| Variadic concept | |
| Two concepts | |
| Template and concept | |