This website uses cookies
We use cookies to continuously improve your experience on our site. More info.
2 terms were found at your request 'Metaprogramming'
It is a technique of writing programs that generate code, sometimes called meta-programs. These programs can generate tables of data on a smaller scale, boilerplate code for larger applications and abbreviate verbose statements in the code. Meta-programs are easy to maintain. |
|
A generic programming technique that uses extremely early binding. Can be seen as an embedded language sitting a layer above standard C++. Uses of the C++ template system to perform computation at compile-time within the code. |