what is "class A: public B < A >" this?

Posted by Max on Stack Overflow See other posts from Stack Overflow or by Max
Published on 2010-04-20T10:41:31Z Indexed on 2010/04/20 10:43 UTC
Read the original article Hit count: 205

Filed under:
|

What is the name of that kind of structure? Or where can I read about that.

class A : public B < A > { ... }

© Stack Overflow or respective owner

Related posts about design-patterns

Related posts about ++