: The type corresponding to the
type-id
const int&
has no top-level cv-qualifiers
. The type corresponding to the
type-id
volatile int * const
has the top-level cv-qualifier
const. For a class type
C,
the type corresponding to the
type-id
void (C::* volatile)(int) const
has the top-level cv-qualifier
volatile. —
end example