Posted by Jeff Schwab on 11/03/94 11:24
John Currier wrote:
> Bush is a Fascist wrote:
>
>>What do most languages call a name-value pairing?
>>
>>Or perhaps my question should be, why not just call it
>>a name-value pairing? Too many syllables?
>
>
> If I remember correctly in Smalltalk it's called a Pair.
The std::pair ("standard pair") template is a common way to represent
this concept in C++, too.
[Back to original message]
|