标签: templates constructor uml
如何将此代码转换为UML?
template <class T> class array { public: array(const array<T>& arr) { // ... } };
答案 0 :(得分:1)
我找到了这个例子。
希望这个帮助
alt text http://www.forum-omondo.com/documentation_eclipseuml_2008/jdk15/uml_editor_generic_type.png