On Tue, Jul 15, 2008 at 9:10 PM, David Abrahams
on Tue Jul 15 2008, "Peng Yu"
wrote: Hi,
I'm wondering if there is any facility to help define view in boost. There is view for static types http://www.boost.org/doc/libs/1_35_0/libs/fusion/doc/html/fusion/view.html. And there is a package to help define iterators http://www.boost.org/doc/libs/1_35_0/libs/iterator/doc/index.html. Due to the similarity between view and iterator, I'm wondering if there is a similar package for view?
I suggest googling "range_ex"
HTH,
Sicne it is still under construction, I can not reality rely on it. For now, I just want to make interface of my 'view' clean. Are there any discussions on what kind of standard member functions should be defined for view? Thanks, Peng