$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Max Skaller (skaller_at_[hidden])
Date: 2001-06-18 13:37:59
1. From the doco:
--------------------------------------------------
The default delimiter between the elements is space,
and the tuple is enclosed in parenthesis. For Example:
tuple<float, int, std::string> a(1.0f, 2, std::string("Howdy folks!");
cout << a;
outputs the tuple as: 1.0 2 Howdy folks!
--------------------------------------------------
-- without paranthesis.
2. Why the limit of 10 elements? Why not 20? Is the limit documented?
3. How does one get a pointer to member? [ptm]
-- John (Max) Skaller, mailto:skaller_at_[hidden] 10/1 Toxteth Rd Glebe NSW 2037 Australia voice: 61-2-9660-0850 checkout Vyper http://Vyper.sourceforge.net download Interscript http://Interscript.sourceforge.net