Boost logo

Boost :

Subject: Re: [boost] [explore] Library Proposal: Container Streaming
From: Jeffrey Faust (jeff_at_[hidden])
Date: 2009-12-01 09:54:33


Joel Falcou wrote:
> Paul A. Bristow wrote:
> > PPS a simpler pairs and tuples 'show-ers' would be good too?
> didn't Fusion already have operator<< for tuples like structure ?
>
> > Vectors of vectors?
> It seems it is handled already as the operator<< of vector will call
> << on its contents and then display vector itself.

We handle std::pair and containers in containers. tuple already has
streaming. See the boost file tuple/tuple_io.hpp.

-- Jeff Faust


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