This website uses cookies
We use cookies to continuously improve your experience on our site. More info.
1 terms were found at your request 'Template metaprogramming'
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. |