I read this article and don't understand meaning of the part of code:
template <typename T> struct counted : T, private instance_counter<T>
{
using T::T;
};
It must be something simple as "make visible all names from namespace" but I don't completely catch.
Aucun commentaire:
Enregistrer un commentaire