|
Boost : |
From: Larry Evans (cppljevans_at_[hidden])
Date: 2006-05-03 08:43:47
On 05/01/2006 08:49 AM, Ronald Garcia wrote:
> The review of Joel de Guzman's Fusion library begins today, May 1,
> 2006, and continues through May 10, 2006.
In boost/fusion/tuple/tuple.hpp there's this:
get(Tuple& tup)
{
typedef result_of::at_c<Tuple, N> at_meta;
return extension::at_impl
<typename traits::tag_of<Tuple>::type
>::template apply<Tuple, mpl::int_<N> >::call(tup);
}
I don't see any use of the at_meta typedef. What's the
purpose of this typedef?
TIA.
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk