Template Class StintRootIDValWrapper

Inheritance Relationships

Base Type

  • public ParentIterator

Class Documentation

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

Public Types

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

Public Functions

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