C/C++ API Reference
Loading...
Searching...
No Matches
pw::containers::FlatMap< Key, Value, kArraySize >::mapped_iterator Class Reference

Overview

template<typename Key, typename Value, size_t kArraySize>
class pw::containers::FlatMap< Key, Value, kArraySize >::mapped_iterator

A bidirectional iterator for the mapped values.

Also an output iterator.

Public Types

using value_type = FlatMap::mapped_type
 
using difference_type = std::ptrdiff_t
 
using pointer = value_type *
 
using reference = value_type &
 
using iterator_category = std::bidirectional_iterator_tag
 

Public Member Functions

constexpr mapped_iterator (const mapped_iterator &other)=default
 
constexpr mapped_iteratoroperator= (const mapped_iterator &other)=default
 
constexpr reference operator* () const
 
constexpr pointer operator-> () const
 
constexpr mapped_iteratoroperator++ ()
 
constexpr mapped_iterator operator++ (int)
 
constexpr mapped_iteratoroperator-- ()
 
constexpr mapped_iterator operator-- (int)
 
constexpr bool operator== (const mapped_iterator &other) const
 
constexpr bool operator!= (const mapped_iterator &other) const
 

Friends

class FlatMap
 

The documentation for this class was generated from the following file: