lundi 14 août 2017

Mixin in C++. what does "Mixin" mean?

We can implement inheritance delaying the definition of the base.

template <class Base>
class Mixin : public Base {};
class Base {};

Is it really true? Help me define Mixin. What is it used for?

Sorry for My English is bad :(

Aucun commentaire:

Enregistrer un commentaire