C++ Type Erasure Technology

C++ Type Erasure Technology

1 Type Erasure1.1 OverviewC++ is a strongly typed language, but when it comes to abstract design, the hard coding caused by strong typing can become a hassle. This is where we need the help of type erasure technology. Type erasure is a programming technique that allows you to operate on various concrete types through generic … Read more