Template Class VectorMapIterator¶
Defined in File VectorMap.hpp
Inheritance Relationships¶
Base Type¶
public emp::vector::iterator< std::reference_wrapper< std::pair< const Key, T > > >
Class Documentation¶
-
template<typename
Key, typenameT>
classuitsl::internal::VectorMapIterator: public emp::vector::iterator<std::reference_wrapper<std::pair<const Key, T>>>¶ -
Public Functions
-
VectorMapIterator() = default¶
-
VectorMapIterator(const parent_t &val)¶
-
value_type &
operator*()¶
-
const value_type &
operator*() const¶
-
value_type *
operator->()¶
-
const value_type *
operator->() const¶
-