formal type parameters的意思|示意

美 / / 英 / /

形式类型参数


formal type parameters的网络常见释义

形式类型参数 形式类型参数 ( formal type parameters ), 它们就如同一般的类型一样,可以在整个类的声明中被使用。

formal type parameters相关例句

That is, there isn't actually any type called InputIterator: when you call find, the compiler substitutes the actual type of the arguments for the formal type parameters InputIterator and t.

也就是说,没有实际的类型InputIterator:当你调用find时,编译器会把他们替换成正式的类型。

The formal parameters of the C# indexer become the parameters of the corresponding UML operation and the type of the indexer becomes the return type of the UML operation.

C# 索引器的形式参数成为相应的 UML 操作的参数,而索引器的类型成为 UML 操作的返回类型。

It does not include the indexer type or the names of the formal parameters.

这并不包括索引子型别和该型式参数的名称。

The argument type list is created from the types of the formal parameters of the function.

引数型别清单是从函式型式参数的型别建立的。

Overloaded class members are distinguished by their unique signatures, which are comprised of the name of the member and the data type of each of its formal parameters.

重载的类成员通过它们的唯一签名来进行区分,签名包含成员的名称及其每个形参的数据类型。