Function declarators

Function declarators consist of the following elements:

C only

Read syntax diagramSkip visual syntax diagramFunction declarator syntax
 
>>-identifier--(--+-----------------------+--)-----------------><
                  '-parameter_declaration-'
 
End of C only
C++ only

Read syntax diagramSkip visual syntax diagramFunction declarator syntax
 
>>-identifier--(--+-----------------------+--)------------------>
                  '-parameter_declaration-'
 
>--+--------------+--+-----------------------+-----------------><
   '-cv-qualifier-'  '-exception declaration-'
 
End of C++ only

Related information



[ Top of Page | Previous Page | Next Page | Contents | Index ]