Opened 11 years ago
#6818 new Feature Requests
Tuple subscripting
Reported by: | Owned by: | Joel de Guzman | |
---|---|---|---|
Milestone: | To Be Determined | Component: | tuple |
Version: | Boost Development Trunk | Severity: | Not Applicable |
Keywords: | Cc: | d.starosud@… |
Description
There is a way to put off ugly get<N>(tpl) and replace it by tpl[N_t] using templated-user-defined literals. It would be great to add this feature into corresponding library. In attached file you could find implementation of it.
Attachments (2)
Note:
See TracTickets
for help on using tickets.