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