翻訳と辞書
Words near each other
・ Typed assembly language
・ Typed lambda calculus
・ Typedef
・ Typee
・ Typeeto
・ Typeface
・ Typeface (film)
・ Typeface anatomy
・ Typeful programming
・ Typekit
・ TypeMatrix
・ Typename
・ Typenturm
・ Typeof
・ TypePad
TypeParameter
・ TypeRacer
・ Types and Programming Languages
・ Types of abortion restrictions in the United States
・ Types of artificial neural networks
・ Types of Bakuvian Bazaars
・ Types of bowlers in cricket
・ Types of business entity
・ Types of business entity in Russia
・ Types of capacitor
・ Types of cheese
・ Types of chocolate
・ Types of climbing
・ Types of concrete
・ Types of cotton


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

TypeParameter : ウィキペディア英語版
TypeParameter
In computer programming languages, TypeParameter is a frequently used generic label used in templates to reference an unknown data type, data structure, or class. Templates are most frequently used in Java and C++. TypeParameter is similar to a metasyntactic variable (e.g., foo and bar), but distinct. It is not the name of a generic variable, but the name of a generic ''type of'' variable.
The capitalisation varies according to programming language and programmer preference. TypeParameter, Typeparameter, TYPEPARAMETER, typeparameter, and type_parameter are all possible. Alternate labels are also used, especially in complex templates where more than one type parameter is necessary. X, Y, Foo, Bar, Item, Thing are typical alternate labels. Many programming languages are case-sensitive, making a consistent choice of labels important. The CamelCase TypeParameter is one of the most commonly used.
== See also ==

* Metasyntactic variable
* Generic programming

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「TypeParameter」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.