I draw UML for C++ as the book UML distilled teaches.
Before I study Template Programming the book was enough. But while I am studying Template Programming including Template Meta Programming, I finally met this problem.
- Are there any known methods to draw instantiation of templates?
- Any best method to express the instantiation of templates?
https://github.com/Jeonghum/tmplguide/tree/master/inherit
From this page you can find a UML diagram I drew for
inherit/namedtmpl.cpp
This is an example of the book, C++ Templates - The Complete Guide If you could explain taking this as an example it would be the best.
I use StarUML.