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