CLOSE
Updated on 17 Jun, 20251 mins read 58 views
ConceptDescription
Generic ProgrammingUse 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.

 

Leave a comment

Your email address will not be published. Required fields are marked *