J
Joshua Caplan
In the UML Visio Template, How does one model a C++ template class W< T >
with a copy constructor W( const W& )? No matter how hard I try, once a
class W has template parameter T, class W< T > does not show up in the "Type"
combo box for parameters/return types occurring within the class itself
(although the template parameter W::T itself does show up).
Is this problem a deficiency of the UML template or is there another way to
model this situation in UML?
Josh
with a copy constructor W( const W& )? No matter how hard I try, once a
class W has template parameter T, class W< T > does not show up in the "Type"
combo box for parameters/return types occurring within the class itself
(although the template parameter W::T itself does show up).
Is this problem a deficiency of the UML template or is there another way to
model this situation in UML?
Josh