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