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