Struct iterator::sentinel

Nested Relationships

This struct is a nested type of Class Line::iterator.

Struct Documentation

struct sentinel

Past-of-end iterator sentinel.

Public Functions

inline bool operator==(const iterator &other) const

Equality operator overload, for symmetry (as required by ranges::sentinel_for).

inline bool operator!=(const iterator &other) const

Inequality operator overload, for symmetry (as required by ranges::sentinel_for).