mardi 13 septembre 2022

What is using T::T

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