在线词典

分类:语言工具
在线词典,是一款在线使用的中英文查词词典。本工具支持查询英文和中文单词及词组的含义,查询效率高、结果丰富,包括单词变体、常用短语、英英释义、同义词、同根词、词语辨析等,是外语学习者必备的在线查词工具。

function prototype

查词链接:https://www.dute.org/dict/function_prototype复制链接
函数原型:指函数的声明部分,包括函数名、参数列表和返回值类型,但不包括函数体。
查看英英释义
abstract:
A function prototype or function interface in C, Perl, PHP or C++ is a declaration of a function that omits the function body but does specify the function's return type, name, arity and argument types. While a function definition specifies what a function does, a function prototype can be thought of as specifying its interface.

网络释义
函数原型
函数原型(function prototype):函数原型必须与函数定义保持一致,函数原型中的形参名是可选的,所以不需要与函数定义中一致。
函式原型
在此范例中,derived::f() 会根据是否与函式原型 (Function Prototype) 完全相符来覆写 base::f() 执行个体。 __sealed 关键字表示从衍生类别继承而来的后续类别无法提供 derived::f() 的覆写。
原形宣告
...數(global variable)‧若在呼叫某函數时,之前没有该被呼叫的函數(called function)的宣告或该函數的原形宣告(function prototype),则一律假定为int回返值若在呼叫某函數时,之前没有该被呼叫的函數(called function)的宣告或该函數的原形宣告(function prototyp...
常用短语
更多常用短语
* 以上查询结果来自于网络,仅供参考。
正在查询...