| Concept | Description |
|---|---|
| Generic Programming | Use of templates to write type-independent code. Executed at runtime. |
| Template Metaprogramming (TMP) | Use of templates to compute values at compile time using recursion-like logic. |
| Concept | Description |
|---|---|
| Generic Programming | Use of templates to write type-independent code. Executed at runtime. |
| Template Metaprogramming (TMP) | Use of templates to compute values at compile time using recursion-like logic. |
Join the discussion
Sign in with your account to post comments, reply to others, and participate in the conversation.
Login to Comment