Template Class NeighborIsAliveWrapper

Inheritance Relationships

Base Type

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

Class Documentation

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

Public Types

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

Public Functions

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