I am a beginner in C++ templates and stumbled upon following definition,
In general, CRTP is useful to factor out implementations of interfaces that can only be member functions (for example, constructor, destructors, and subscript operators).
And I am trying hard to understand what this means ?
Can anyone help me with a simple program...