TemplateInstance.semanticTiargs

Run semantic on the elements of tiargs. Input: sc

  1. bool semanticTiargs(Loc loc, Scope* sc, Objects* tiargs, int flags)
  2. bool semanticTiargs(Scope* sc)
    class TemplateInstance
    extern (D) final
    bool
    semanticTiargs

Return Value

Type: bool

false if one or more arguments have errors. Note: This function is reentrant against error occurrence. If returns false, all elements of tiargs won't be modified.

Suggestion Box / Bug Report