A bidirectional iterator for the mapped values.
Also an output iterator.
Public Member Functions | |
constexpr | mapped_iterator (const mapped_iterator &other)=default |
constexpr mapped_iterator & | operator= (const mapped_iterator &other)=default |
constexpr reference | operator* () const |
constexpr pointer | operator-> () const |
constexpr mapped_iterator & | operator++ () |
constexpr mapped_iterator | operator++ (int) |
constexpr mapped_iterator & | operator-- () |
constexpr mapped_iterator | operator-- (int) |
constexpr bool | operator== (const mapped_iterator &other) const |
constexpr bool | operator!= (const mapped_iterator &other) const |
Friends | |
class | FlatMap |