
16 Dec
2006
16 Dec
'06
5:55 a.m.
Hello, See http://www.boost.org/libs/tuple/doc/tuple_advanced_interface.html Basically the metafunction boost::tuples::element<N, T>::type gives you the type of the N'th element of the tuple type T. Benjamin Lau