c++ - How can we express Concept in UML diagram? -



c++ - How can we express Concept in UML diagram? -

does uml class diagram back upwards expressing concept? also, there other diagrams expresses concept? in case of misunderstanding, mean "concept" in c++ , generic programming.

after reading shortly wikipedia explanation of c++ "concepts" looks me tool same goals generic classes , type constraints in c#

if understood correctly next older stack overflow question representing c# generic method in uml class diagram turns out should check http://www.uml-diagrams.org/template.html suggested @aleks

basically mean model interfaces , classes you'd it. utilize templating annotation , can chart type restrictions using virtual dependency, inheritance associations between formal parameters used in template

c++ uml c++-concepts

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -