Boost logo

Boost :

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

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk