Template Class WorldIteratorAnyOfer¶
Defined in File WorldIteratorAnyOfer.hpp
Class Documentation¶
-
template<typename
CellIterator, typenameCardinalIterator>
classdish2::WorldIteratorAnyOfer: public CellIterator¶ Public Types
-
using
value_type= double¶
-
using
pointer= value_type*¶
-
using
reference= value_type&¶
-
using
iterator_category= std::forward_iterator_tag¶
-
using
difference_type= std::ptrdiff_t¶
Public Functions
-
WorldIteratorAnyOfer(const CellIterator &cell_iterator)¶
-
const double
operator*()¶
-
WorldIteratorAnyOfer &
operator++()¶
-
WorldIteratorAnyOfer
operator++(int)¶
-
const value_type *
operator->() = delete¶
-
using