I'm trying to represent a C++ code with an UML class diagram in the software draw.io.
Unfortunately, I didn't found a way to represent a class template.
For example, with the below code, I would like to represent a dashed rectangle containing T
, at the top-right corner of the rectangle representing A
.
template<class T>
class A;
Is it possible in draw.io and how ?
See an example here. This question already exists for Visio 2013, there.