What is the translation of " FUNCTION OBJECT " in Chinese?

['fʌŋkʃn 'ɒbdʒikt]
['fʌŋkʃn 'ɒbdʒikt]
一个函数对象
一个function对象

Examples of using Function object in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
Lambda statement is used to create the function object.
Lambda语句用来创建函数对象
Func__ is the function object corresponding to the method.
Func__是对应于方法的函数对象
The name of the currently executing Function object.
当前正在执行的Function对象的名字。
Func__ is the function object corresponding to the method.
Func__则是该方法所对应的函数对象
The name of the currently executing Function object.
当前正在执行的Function对象的名称。
Im_func is the function object corresponding to the method.
Im_func是这个方法对应的函数对象
We just need to provide an appropriate comparison function object:.
我们只需提供一个合适比较函数对象:.
That is, if you have a function object, you can call it.
这就是说,如果你有函数对象,你就可以调用它。
In JavaScript every function is actually a Function object.
每个JavaScript函数实际上都是一个Function对象
The“def” call creates the function object and assigns it to the name given.
Def语句创建函数对象并将其分配给名称。
Every function in JavaScript is actually a Function object.
每个JavaScript函数实际上都是一个Function对象
In this case, we return the function object itself that bar references.
在这个例子中,我们returnbar引用的函数对象本身。
In JavaScript, every function is actually a Function object.
在JavaScript中,每个函数其实都是一个Function对象
All other function object concepts defined by the STL are refinements of these three.
其他所有STL定义的函数对象的感念都是这三个基本概念的细化(refinements)。
This output tells us that f is a function object with two methods.
这个输出告诉我们f是有两个方法的函数对象
When we create a function object with the lambda operation, we have something entirely general.
当我们用lambda操作创建一个函数对象时,我们所得到的东西是完全通用的。
In JavaScript, every function is actually a Function object.
在JavaScript中,每个函数实际上都是一个Function对象
The function object has 3 very important properties that represent the identity of that function: this, arguments and prototype.
函数对象有三个非常重要的属性来表示函数的身份:this、arguments和prototype.
The lambda notation is an abbreviation for a function object definition and use.
Lambda表达式是对函数对象的定义和使用的一种简化。
Std: :not2 requires the function object being adapted to have two types named first_argument_type and second_argument_type.
Std::not2要求要适配的函数对象必须拥有二个名为first_argument_type和second_argument_type的类型。
In JavaScript, every function is actually a Function object.
在JavaScript中,每个异步函数实际上都是一个AsyncFunction对象
It will then evaluate the def block, creating a function object and creating a variable called myfunction that points to the function object.
然后,它会评估DEF块,创建一个函数对象,并创建一个变量名为MyFunction的指向函数对象
Returns the arguments object for the currently executing Function object.
Arguments属性为当前执行的function对象返回一个arguments对象
The Function constructor is itself a Function object and its[[Class]] is"Function".
Function构造函数是一个函数对象,其[[Class]]属性是Function。
Without parentheses, the expression f refers to the function object, and can be passed around like any value:.
没有括号时,表达式f指的是函数对象,可以像任何值一样被传递:.
Without parentheses, the expression f refers to the function object, and can be passed around like any value:.
没有圆括号时,f表达式指向的是函数对象,这个函数对象可以像值一样被传递:.
The lambda operator cannot have any statements and it returns a function object that we can assign to any variable.
Lambda操作符不能有任何声明,它返回一个函数对象,我们可以将此函数对象赋值给任何变量。
Results: 27, Time: 0.0292

Word-for-word translation

Top dictionary queries

English - Chinese