Skip to content
Snippets Groups Projects
Commit 0e7b1351 authored by Mark OLESEN's avatar Mark OLESEN
Browse files

STYLE: adjust const access for linked-list iterators 'operator*'

- provides const/non-const access to the underlying list, but the
  iterator access itself is const.

- provide linked-list iterator 'found()' method for symmetry with
  hash-table iterators. Use nullptr for more clarity.
parent f73b5b62
Branches
Tags
No related merge requests found
Showing
with 169 additions and 139 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment