company logo

C++ function declaration

A C++ function declaration defines the calling conventions for the function (interface), but not the function definition (code).

Definition: 

funct_dcl := meth_dcl ';'