In C++, compared to final or not virtual function, what is the advantage of CRTP?
I’m new to learning modern C++ programming. I have read many blogs and questions but haven’t found the answer of this question. In C++, compared to final or not virtual function, what is the advantage of CRTP?