...

/

Idioms and Patterns: Type Erasure

Idioms and Patterns: Type Erasure

In this lesson, we'll learn about type erasure in detail.

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 ...