Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
language:impl [2023/04/09 18:06]
rajit [Overrides]
language:impl [2023/04/09 18:06] (current)
rajit [Overrides]
Line 259: Line 259:
 <code act> <code act>
 +{ +{
-    type<param>+ id;   // single ID only+    type<param1,param2,...,paramN>+ id;   // single ID only
     ...     ...
  }  }
 </code> </code>
-The ''+'' indicates that this is an extra template parameter that should be added to the existing ones that have already been specified in the instance for ''id''.+The ''+'' indicates that these are //extra// template parameter(s) that should be added to the existing ones that have already been specified for the instance ''id'' in the original type definition.