...
/Exercise: CRTP-derived Class Restriction
Exercise: CRTP-derived Class Restriction
Test your understanding of CRTP-derived class restrictions.
We'll cover the following...
Problem statement
Let’s take a look at the following code. ...