TemplateInstance.findTempDecl

Find template declaration corresponding to template instance.

class TemplateInstance
extern (D) final
bool
findTempDecl

Return Value

Type: bool

false if finding fails. Note: This function is reentrant against error occurrence. If returns false, any members of this object won't be modified, and repetition call will reproduce same error.

Suggestion Box / Bug Report