Function declarators consist of the following elements:
Exception declarations,
which include throw expressions; exception specifications
are described in Exception handling (C++ only).
The type qualifiers const and volatile,
which are used only in class member functions; they are described
in Constant and volatile member functions (C++
only).Function declarator syntax >>-identifier--(--+-----------------------+--)----------------->< '-parameter_declaration-'
Function declarator syntax >>-identifier--(--+-----------------------+--)------------------> '-parameter_declaration-' >--+--------------+--+-----------------------+----------------->< '-cv-qualifier-' '-exception declaration-'
Related information