25 template <
class AConstIterator,
class BConstIterator>
27 AConstIterator aIter_;
28 BConstIterator bIter_;
31 using value_type = double;
32 using iterator_category = std::input_iterator_tag;
33 using pointer = value_type*;
34 using reference = value_type&;
35 using difference_type = ptrdiff_t;
39 value_type operator*()
const;
49 #include <corsika/detail/media/WeightProvider.inl> Double Iterator Iterator that allowes the iteration of two individual lists at the same time...
`, since they are used everywhere as integral part of the framework.