Posts

PolicyAndTraits

Type Erasure

/
Type erasure based on templates is a pretty sophisticated technique. It bridges dynamic polymorphism…

C++ Core Guidelines: Type Erasure with Templates

/
In the last post C++ Core Guidelines: Type Erasure, I presented two ways to implement type erasure: void…
fear

C++ Core Guidelines: Type Erasure

/
The rule "T.5: Combine generic and OO techniques to amplify their strengths, not their costs"  of…