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