Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
language:types2 [2024/07/18 16:51] – [Default parameters] rajitlanguage:types2 [2024/10/24 10:28] (current) – [Functions] rajit
Line 198: Line 198:
 In this case, ''sig'' will be connected to ''x.outp''. In this case, ''sig'' will be connected to ''x.outp''.
  
-Note that ACT is very strict about type-checking; so, for example, ''driver<4>'' and ''driver<4,true>'' are //not// treated as the same type. +Note that ACT is very strict about type-checking; so, for example, ''driver<4>'' and ''driver<4,true>'' are //not// treated as the same type even though the default parameter value for the second template parameter is ''true''
-===== Direction flags and user-defined types =====+===== Direction flags  =====
  
  
Line 254: Line 254:
 ==== Functions ==== ==== Functions ====
  
 +=== Operator overloading ===