Files
2025-10-25 03:02:53 +03:00

3.6 KiB

[basic.scope.param]

6 Basics [basic]

6.4 Scope [basic.scope]

6.4.4 Function parameter scope [basic.scope.param]

1

#

A parameter-declaration-clause P introduces a function parameter scope that includes P.

[Note 1:

A function parameter cannot be used for its value within the parameter-declaration-clause ([dcl.fct.default]).

— end note]