Idioms and Patterns: Type Erasure
In this lesson, we'll learn about type erasure in detail.
We'll cover the following...
Type Erasure
Type Erasure enables you to use various concrete types through a single generic interface.
Type erasure is duck typing applied in C++
“When I see a bird that walks like a duck and swims like a duck and quacks ...