Boost logo

Boost :

From: Boris (boriss_at_[hidden])
Date: 2006-04-23 08:12:50


Marcin Kalicinski wrote:
> It has iterators. Its interface is as close to std container as
> possible. It actually (almost) is a standard container - I think the
> only thing it misses at the moment is max_size() (correct me if I'm
> wrong). You have find, insert, push_back, the lot. You can use
> BOOST_FOREACH on it. You can
> use algorithms on it (just keep in mind it is not sorted by key
> unless you do that explicitly).

Hi Marcin,

I had now a look at the source code: If I understand correctly it is
possible to use the read/write functions (like read_xml, read_ini, read_json
etc.) with other containers? So there is no tight coupling?

Boris


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