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