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