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 uint64_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)
template<typename RHS, typename = typename std::enable_if<std::is_arithmetic<RHS>::value, RHS>::type>
ElapsedPointMutationsConstWrapper operator+(const RHS rhs)
template<typename RHS, typename = typename std::enable_if<std::is_arithmetic<RHS>::value, RHS>::type>
ElapsedPointMutationsConstWrapper operator-(const RHS rhs)