Template Class NeighborEpochWrapper

Inheritance Relationships

Base Type

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

Class Documentation

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

Public Types

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

Public Functions

NeighborEpochWrapper() = default
NeighborEpochWrapper(const parent_t &in)
const value_type &operator*()
const value_type *operator->()
NeighborEpochWrapper &operator++()
NeighborEpochWrapper operator++(int)
NeighborEpochWrapper &operator--()
NeighborEpochWrapper operator--(int)
NeighborEpochWrapper operator+(const size_t rhs)
NeighborEpochWrapper operator-(const size_t rhs)