指向函数 meaning in English
directivity function
Examples
- And the compiler will treat pointers to function descriptors as
进行编译,并且编译器将指向函数说明符的指针视为 - For example , and the pointer to function syntax was similarly extended
) ,类似地,还扩展了指向函数语法的指针( - An unmanaged function pointer is also a traditional c pointer that refers to the address of a function
非托管函数指针也是传统c + +指针,指向函数的地址。 - A callback is a pointer to a function , so if you want a processing function to notify you about some event you pass a pointer to another function ( the callback ) to the processing function
回调是一个指向函数的指针,所以如果你希望一个处理函数通知你某些事件发生了,你可以传递一个指向其他函数的指针(回调)给处理函数。