TPIE

11a2c2d
array_view_base.h File Reference
#include <boost/iterator/iterator_facade.hpp>
#include <cassert>

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
 

Detailed Description

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.