Parameter_List_Interface¶
- interface Parameter_List_Interface (physical)¶
Something with parameters:
routine declaration or definition
routine type
C++11 lambda expression
C++17 deduction guide
- Direct child interfaces:
subinterface Routine_Interface
- Direct implementations:
class Deduction_Guide
class Requires_Expression
class Routine_Type_Definition
Field
Kind
Type
Description
Parameters
syntactic
list of class Possibly_Attributed_Parameter_Interface
All parameters, including the ellipsis, but excluding
thisUsually some Parameter_Definitions, but could also be an Attributed_Definition. Useskip_decorators()to get the parameter itself.