Template Class GenerationCounterConstWrapper

Inheritance Relationships

Base Type

  • public ParentIterator

Class Documentation

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

Public Types

using value_type = const dish2::GenerationCounter<Spec>
using pointer = value_type*
using reference = value_type&

Public Functions

GenerationCounterConstWrapper() = default
GenerationCounterConstWrapper(const parent_t &in)
value_type &operator*()
value_type *operator->()
GenerationCounterConstWrapper &operator++()
GenerationCounterConstWrapper operator++(int)
GenerationCounterConstWrapper &operator--()
GenerationCounterConstWrapper operator--(int)
template<typename RHS, typename = typename std::enable_if<std::is_arithmetic<RHS>::value, RHS>::type>
GenerationCounterConstWrapper operator+(const RHS rhs)
template<typename RHS, typename = typename std::enable_if<std::is_arithmetic<RHS>::value, RHS>::type>
GenerationCounterConstWrapper operator-(const RHS rhs)