Templates
← Back to Code Generation
Code generation using template patterns that are instantiated with specific types or values. C++ templates generate specialized code at compile time, while text-based templates (ERB, Jinja) generate source code from templates with embedded expressions.