$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Benjamin Lau (blwy10v_at_[hidden])
Date: 2006-12-16 07:55:06
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