Template Class PeripheralWrapper¶
Defined in File PeripheralWrapper.hpp
Class Documentation¶
-
template<typename
Spec>
classdish2::PeripheralWrapper: public emp::vector::iterator<Cardinal<Spec>>¶ -
Public Functions
-
PeripheralWrapper() = default¶
-
PeripheralWrapper(const parent_t &in)¶
-
value_type &
operator*()¶
-
value_type *
operator->()¶
-
PeripheralWrapper &
operator++()¶
-
PeripheralWrapper
operator++(int)¶
-
PeripheralWrapper &
operator--()¶
-
PeripheralWrapper
operator--(int)¶
-
PeripheralWrapper
operator+(const size_t rhs)¶
-
PeripheralWrapper
operator-(const size_t rhs)¶
-