... 函数呼叫语意 function call semantics 函数呼叫语法function call syntax 功能检查机 function check machine ...
双语例句
1
You then can call the functions using standard functioncallsyntax, by combining this prefix with the name of the method to be invoked.
然后通过组合该前缀与被调用方法的名称,可以使用标准的函数调用语法调用函数。
2
Just as iterators are a generalization of Pointers, function objects are a generalization of functions: a function object is anything that you can call using the ordinary functioncallsyntax.
Think of this as a function that takes two techs arguments, the first of which is univs and the second of which is techs. And this is just a different syntax for writing that functioncall.