Declaration of a class member

A qualified name can be used in the declaration of a class member.

Show/hideErrors

A warning is issued if a qualified name is used in the declaration of a class member.

Show/hideExample

struct A
{
    int A::f();  // is the same as int f();
};
Copyright © 2010-2011 ARM. All rights reserved.ARM DUI 0491F
Non-ConfidentialID091611