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