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