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