-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Labels
Description
For new users, the use of templated functions in example code may be confusing. Document our usage, explaining
- where to read more about C++ templates
- that examples are written as generally as feasible for maximum reusability
- specification of template parameters in
example.hppfiles - how templates improve readability and reusability while reducing code duplication in our specific examples
- how a motivated user could approach specializing an example to remove templates in experimental codes
Reactions are currently unavailable