Template Class NeighborMostRecentCauseOfDeathWrapper¶
Class Documentation¶
-
template<typename
Spec>
classdish2::NeighborMostRecentCauseOfDeathWrapper: public emp::vector::iterator<Cardinal<Spec>>¶ Public Types
-
using
value_type= dish2::MostRecentCauseOfDeath¶
-
using
pointer= value_type*¶
-
using
reference= value_type&¶
Public Functions
-
NeighborMostRecentCauseOfDeathWrapper() = default¶
-
NeighborMostRecentCauseOfDeathWrapper(const parent_t &in)¶
-
const value_type &
operator*()¶
-
const value_type *
operator->()¶
-
NeighborMostRecentCauseOfDeathWrapper &
operator++()¶
-
NeighborMostRecentCauseOfDeathWrapper
operator++(int)¶
-
NeighborMostRecentCauseOfDeathWrapper &
operator--()¶
-
NeighborMostRecentCauseOfDeathWrapper
operator--(int)¶
-
template<typename
RHS, typename = typename std::enable_if<std::is_arithmetic<RHS>::value, RHS>::type>
NeighborMostRecentCauseOfDeathWrapperoperator+(const RHS rhs)¶
-
template<typename
RHS, typename = typename std::enable_if<std::is_arithmetic<RHS>::value, RHS>::type>
NeighborMostRecentCauseOfDeathWrapperoperator-(const RHS rhs)¶
-
using