请输入您要查询的英文单词:

 

单词 pointer to function
释义
pointer to function
  • 简明释义
  • 函数指示字
  • 网络释义
  • 1

    ?对应函数指针

    函数声明一般是这样: int fun(int, double); 对应函数指针pointer to function)的声明是这样: int (*pf)(int, double); 可以这样使用: pf = &fun; ? ?

短语
  • 双语例句
  • 1
    An array is converted to a pointer to the type of the array; a function is converted to the appropriate pointer to function type.
    将数组转换为指向数组类型的指针,将函数转换为指向函数类型的适当指针。
  • 2
    The reason C and C++ never adopted nested functions is because in order to make capture work, you need additional information, with the result that a pointer to function becomes more complex.
    C和c++的原因从未采用嵌套函数是因为为了使捕获的工作,你需要额外的信息,其结果是一个指针函数变得更加复杂。
  • 3
    It returns a pointer to the function, which can then be used like any other reference value.
    它返回一个函数指针,可以像任何其他引用值一样使用它们。
随便看

 

英汉双解词典包含3185865条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/8/16 11:20:41