On Sat, Jul 25, 2009 at 01:20:33PM -0600, Rainer Deyke wrote:
> >From the Boost.Tuple documentation:
> 
>   int i; char c; double d;
>   tie(i, c, d) = make_tuple(1,'a', 5.5);
>   std::cout << i << " " <<  c << " " << d;
> 
> So C++ tuples *do* support multiple assignment, even without language
> support.  Still not as nice as the Python syntax, though.

I think I like that.


-- 
Adam D. Ruppe
http://arsdnet.net

Reply via email to