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.hpp files
- 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
For new users, the use of templated functions in example code may be confusing. Document our usage, explaining
example.hppfiles