Template Class MostRecentCauseOfDeathWrapper

Inheritance Relationships

Base Type

  • public emp::vector::iterator< Cardinal< Spec > >

Class Documentation

template<typename Spec>
class dish2::MostRecentCauseOfDeathWrapper : public emp::vector::iterator<Cardinal<Spec>>

Public Types

using value_type = dish2::MostRecentCauseOfDeath
using pointer = value_type*
using reference = value_type&

Public Functions

MostRecentCauseOfDeathWrapper() = default
MostRecentCauseOfDeathWrapper(const parent_t &in)
value_type &operator*()
value_type *operator->()
MostRecentCauseOfDeathWrapper &operator++()
MostRecentCauseOfDeathWrapper operator++(int)
MostRecentCauseOfDeathWrapper &operator--()
MostRecentCauseOfDeathWrapper operator--(int)
template<typename RHS, typename = typename std::enable_if<std::is_arithmetic<RHS>::value, RHS>::type>
MostRecentCauseOfDeathWrapper operator+(const RHS rhs)
template<typename RHS, typename = typename std::enable_if<std::is_arithmetic<RHS>::value, RHS>::type>
MostRecentCauseOfDeathWrapper operator-(const RHS rhs)