reliesOnTident

Check whether the type t representation relies on one or more the template parameters.

bool
reliesOnTident

Parameters

t Type

Tested type, if null, returns false.

tparams TemplateParameters*

Template parameters.

iStart size_t

Start index of tparams to limit the tested parameters. If it's nonzero, tparams[0..iStart] will be excluded from the test target.

Meta