cplusplus.co.il

Archive for the ‘tr1’ Category

Tuples

Posted by: rmn on: 15/01/2010

One of the containers introduced within TR1 (which is already widely available – both in gcc and Visual Studio) is a Tuple type, which is adopted from The Boost Tuple Library. Tuple types are very convenient at times; For example, it is possible to return multipe values from a function through a tuple, or write [...]


Follow

Get every new post delivered to your Inbox.

Join 25 other followers