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