Inspectopedia Help

Hiding non-virtual function

Reports the functions that hide non-virtual functions with the same signature declared in the base class.

Example:

class Base { public: void operate() {} }; class Derived : public Base { public: void operate() {} }

Inspection Details

Available in:

AppCode 2023.3, CLion 2023.3

Plugin:

CLion, 2023.3

Last modified: 13 July 2023