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