Template Class RootIDValWrapper

Inheritance Relationships

Base Type

  • public ParentIterator

Class Documentation

template<typename ParentIterator>
class dish2::RootIDValWrapper : public ParentIterator

Public Types

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

Public Functions

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