Member predicate Indirection::getNumberOfIndirections
Gets the number of indirections supported by this type.
For example, the number of indirections of a variable p
of type
int**
is 3
(i.e., p
, *p
and **p
).
Gets the number of indirections supported by this type.
For example, the number of indirections of a variable p
of type
int**
is 3
(i.e., p
, *p
and **p
).