lundi 19 mars 2018

Uml representation of forward declaration + std::vector

This question already has an answer here:

What is the uml representation of the following c++ class:

class A;

class B: public std::vector<std::shared_ptr<A>>
{
}

and

class C : public std::enable_shared_from_this<C>
{
}

Aucun commentaire:

Enregistrer un commentaire