Member predicate Indirection::getBaseType
Gets the base type of this indirection, after specifiers have been deeply stripped and typedefs have been resolved.
For example, the base type of int*&
is int*
, and the base type of int*
is int
.
Gets the base type of this indirection, after specifiers have been deeply stripped and typedefs have been resolved.
For example, the base type of int*&
is int*
, and the base type of int*
is int
.