$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jaakko Jarvi (jajarvi_at_[hidden])
Date: 2002-09-26 10:12:38
Hi Dave,
> I know I ran into this once before: boost::tuple has an underlying
> cons-list-style interface, but I can't access it through any documented
> means. Ten arguments aren't enough for my application; if I need to be able
> to build up and manipulate larger tuples, what can I do?
There's a link "Advanced features" in the main documentation page,
which describes the cons-list interface.
http://www.boost.org/libs/tuple/doc/tuple_advanced_interface.html
Is this what you mean?
Jaakko