Generate definitions
When a function's declaration exists in a class or a namespace but has no implementation yet, you can create definition (implementation) for that function using the Generate definition action.
Place the caret in the editor and do one of the following:
Press CtrlShift0D.
Press CtrlShift0D and select Generate Definitions:
Select one or more functions to generate definitions for:
tip
For member functions, use the Generate in-place checkbox:
Set this checkbox to generate definitions instead of the declarations inside the class.
Clear this checkbox to generate definitions outside the class using the scope resolution operator (
::
).
Click OK to apply.
Thanks for your feedback!
Was this page helpful?