Author Topic: Template Bindings  (Read 1840 times)

tweber

  • EA User
  • **
  • Posts: 46
  • Karma: +0/-0
    • View Profile
Template Bindings
« on: September 07, 2024, 02:47:16 am »
How can I express multiplicity in an actual bound template element?   I have a template, MyClass<T> and want to map it to MyActualClass<OtherClass[]>.  I haven't been able to figure out how to set the multiplicity of the actual template parameter, OtherClass.