[
https://issues.apache.org/jira/browse/STDCXX-958?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Eric Lemings updated STDCXX-958:
--------------------------------
Description:
This library implements a fixed-size collection of values with a variable
number of heterogenous types. The specification for this library is contained
in Chapter 20.3 [tuple] of the C++ draft standard and consists of the following
sections:
20.3 Tuples [tuple]
20.3.1 Class template tuple [tuple.tuple]
20.3.1.1 Tuple traits [tuple.traits]
20.3.1.2 Construction [tuple.cnstr]
20.3.1.3 Tuple creation functions [tuple.creation]
20.3.1.4 Tuple helper classes [tuple.helper]
20.3.1.5 Element access [tuple.elem]
20.3.1.6 Relational operators [tuple.rel]
was:This library implements a fixed-size collection of values with a variable
number of heterogenous types. The specification for this library is contained
in Chapter 20.3 [tuple] of the C++ draft standard.
> Implement C++0x tuples
> ----------------------
>
> Key: STDCXX-958
> URL: https://issues.apache.org/jira/browse/STDCXX-958
> Project: C++ Standard Library
> Issue Type: New Feature
> Components: 20. General Utilities
> Reporter: Eric Lemings
> Fix For: 5.0
>
>
> This library implements a fixed-size collection of values with a variable
> number of heterogenous types. The specification for this library is
> contained in Chapter 20.3 [tuple] of the C++ draft standard and consists of
> the following sections:
> 20.3 Tuples [tuple]
> 20.3.1 Class template tuple [tuple.tuple]
> 20.3.1.1 Tuple traits [tuple.traits]
> 20.3.1.2 Construction [tuple.cnstr]
> 20.3.1.3 Tuple creation functions [tuple.creation]
> 20.3.1.4 Tuple helper classes [tuple.helper]
> 20.3.1.5 Element access [tuple.elem]
> 20.3.1.6 Relational operators [tuple.rel]
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.