A new and useful template technique that radically simplifies the interface to class templates inst...
This article focuses on two new techniques based on templates and Run Time Type Identification (RTT...
This article investigates the use of metafunctions in template metaprogramming, and introduces the ...
Description and examples about some newer C++ template features which are now broadly supported by ...
C++ templates are a powerful mechanism for code reuse, as they enable the programmer to write code ...
Introduces the syntax for declaring and using variadic templates, along with some simple examples o...
Looks at function templates and how they can be used to provide hooks for customizing behavior.
This article does not treat buffers directly, but rather two operations that are commonly performed...
Looks at why befriending a template in another namespace is easier said (in the standard) than done...
Presents a handy template that makes it easy to check casts without losing performance.
This article treats memory buffers in C++, but with two twists: first, the buffers are generic, whi...
Explains what export is, and how it's intended to be used. Also looks at the problems export is wid...