Template Class ResourceNodeInputWrapper¶
Defined in File ResourceNodeInputWrapper.hpp
Class Documentation¶
-
template<typename
Spec>
classdish2::ResourceNodeInputWrapper: public emp::vector::iterator<Cardinal<Spec>>¶ -
Public Functions
-
ResourceNodeInputWrapper() = default¶
-
ResourceNodeInputWrapper(const parent_t &in)¶
-
value_type &
operator*()¶
-
value_type *
operator->()¶
-
ResourceNodeInputWrapper &
operator++()¶
-
ResourceNodeInputWrapper
operator++(int)¶
-
ResourceNodeInputWrapper &
operator--()¶
-
ResourceNodeInputWrapper
operator--(int)¶
-
template<typename
RHS, typename = typename std::enable_if<std::is_arithmetic<RHS>::value, RHS>::type>
ResourceNodeInputWrapperoperator+(const RHS rhs)¶
-
template<typename
RHS, typename = typename std::enable_if<std::is_arithmetic<RHS>::value, RHS>::type>
ResourceNodeInputWrapperoperator-(const RHS rhs)¶
-