$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
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