您的位置:首页 > 其它

1.3.9 - [defns.parameter] - 【定义.参数】

2004-10-29 03:58 316 查看
请不要转载本文;请不要以任何形式重新出版,发布本文;请在下载本文 24 小时内将其删除;禁止将本文用于商业目的。

1 General [intro]

1.3 Definitions [intro.defs]

1.3.9 parameter [defns.parameter]

 

1 综述 【介绍】

1.3 定义 【介绍.定义】

1.3.9 参数 【定义.参数】

 

an object or reference declared as part of a function declaration or definition, or in the catch clause of an exception handler, that acquires a value on entry to the function or handler; an identifier form the comma-separated list bounded by the parentheses immediately following the macro name in a function-like macro definition; or a template-parameter. Parameters are also known as formal arguments or formal parameters.
 

作为函数声明或定义的一部分的,或在异常处理器的 catch 子句中声明的,用于在函数或异常处理器的入口点接收值的对象或引用;函数式宏定义紧跟宏名字的圆括号中,逗号分隔的列表中的标识符;或者是“模板参数”。参数也被称为“形式自变量”或“形式参数”。
 

PREV [defns.multibyte] | NEXT [defns.signature]上一页 【定义.多字节】 | 下一页 【定义.签名】
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐