5 Jul
2009
5 Jul
'09
8:22 p.m.
On Sun, 5 Jul 2009, joel wrote:
Jeremiah Willcock wrote:
Is there a standard way to get a function object that extracts a fixed element from a tuple? There is a boost::tuples::detail::get_class<N> that does what I want, but it does not have result_type and does not appear to be officially supported. isn't boost::fusion::at_c a proper PFO that works on tuple ?
Do you mean