Dune::base_array_unmanaged< B, A >::RealIterator< T > Class Template Reference
#include <basearray.hh>
Detailed Description
template<class B, class A = ISTLAllocator>
template<class T>
class Dune::base_array_unmanaged< B, A >::RealIterator< T >
Iterator implementation class. Public Types | |
typedef remove_const< T >::type | ValueType |
The unqualified value type. | |
Public Member Functions | |
RealIterator () | |
constructor | |
size_type | index () const |
return index | |
bool | equals (const RealIterator< ValueType > &other) const |
equality | |
bool | equals (const RealIterator< const ValueType > &other) const |
equality |
The documentation for this class was generated from the following file: