Template Class RootIDConstWrapper

Inheritance Relationships

Base Type

  • public ParentIterator

Class Documentation

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

Public Types

using value_type = const dish2::RootID
using pointer = value_type*
using reference = value_type&

Public Functions

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