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