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