Member predicate IntrinsicTransformedType::stripType
Gets the type stripped of pointers, references and cv-qualifiers, and resolving typedefs.
For example, given typedef const C& T, stripType returns C.
Gets the type stripped of pointers, references and cv-qualifiers, and resolving typedefs.
For example, given typedef const C& T, stripType returns C.