Definition of TPair. Meaning of TPair. Synonyms of TPair

Here you will find one or more explanations in English for the word TPair. Also in the bottom left of the page several parts of wikipedia pages related to the word TPair and, of course, TPair synonyms and on the right images related to the word TPair.

Definition of TPair

No result for TPair. Showing similar results...

Meaning of TPair from wikipedia

- EPair = pair<Edge,EAttribute>; TPair = pair<Triangle,TAttribute>; VMap = map<VPair>; EMap = map<EPair>; TMap = map<TPair>; Mesh = <VMap,EMap,TMap>; //...
- Generics.Collections; var PhoneBook: TDictionary<string, string>; Entry: TPair<string, string>; begin PhoneBook := TDictionary<string, string>.Create;...