Member predicate Decltype::stripTopLevelSpecifiers
Gets this type after any top-level specifiers and typedefs have been stripped.
For example, starting with const i64* const
, this predicate will return const i64*
.
Gets this type after any top-level specifiers and typedefs have been stripped.
For example, starting with const i64* const
, this predicate will return const i64*
.