Base class for array_view. More...
#include <boost/iterator/iterator_facade.hpp>Go to the source code of this file.
Classes | |
| class | tpie::array_view_base< T > |
| Base class for array_view. More... | |
| class | tpie::array_view_base< T >::iterator |
Namespaces | |
| tpie | |
| TPIE's namespace. | |
Base class for array_view.
This is needed so that a tpie::array can be constructed from an array_view_base and an array_view can be constructed from a tpie::array.
Definition in file array_view_base.h.