Template Class RootIDConstWrapper¶
Defined in File RootIDConstWrapper.hpp
Class Documentation¶
-
template<typename
ParentIterator>
classdish2::RootIDConstWrapper: public ParentIterator¶ -
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>
RootIDConstWrapperoperator+(const RHS rhs)¶
-
template<typename
RHS, typename = typename std::enable_if<std::is_arithmetic<RHS>::value, RHS>::type>
RootIDConstWrapperoperator-(const RHS rhs)¶
-