Boost logo

Boost :

From: md656 (md656_at_[hidden])
Date: 2001-02-27 06:01:51


> > template<class Iter> class Cyclic_iterator {
> > public:
>
> > // and so on -- it's up to you to fill in the rest
> >
> > private:
> > Iter begin, end, it;
> > };
> >
>
> The devil is in the "so on", that's why you REALLY want to use
> Boost Iterator Adaptor Library, trust me .

Can you explain this to me? I am new to the boost library.

Mohammed


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