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