I have any container that does not provide random access iterators and the goal is to create an adapter that takes input such iterators and provide random access iterator interface to the container.
I am not sure how to use boost::iterator_facade
as it is a bit confusing :-/ there are some examples on stack overflow but I am not sure how to use them ( here )
Any link/example could be helpful. (i read the examples in the boost
they are a bit hard to digest considering my experience in boost