Template Class ElapsedPointMutationsConstWrapper

Inheritance Relationships

Base Type

  • public ParentIterator

Class Documentation

template<typename Spec, typename ParentIterator>
class dish2::ElapsedPointMutationsConstWrapper : public ParentIterator

Public Types

using value_type = const size_t
using pointer = value_type*
using reference = value_type&

Public Functions

ElapsedPointMutationsConstWrapper() = default
ElapsedPointMutationsConstWrapper(const parent_t &in)
value_type &operator*()
ElapsedPointMutationsConstWrapper &operator++()
ElapsedPointMutationsConstWrapper operator++(int)
ElapsedPointMutationsConstWrapper &operator--()
ElapsedPointMutationsConstWrapper operator--(int)
ElapsedPointMutationsConstWrapper operator+(const size_t rhs)
ElapsedPointMutationsConstWrapper operator-(const size_t rhs)