Template:cpp/container/dsc const local iterator
From cppreference.com
|- class="t-dsc"
| const_local_iterator
| An iterator type whose category, value, difference, pointer and
reference types are the same as const_iterator
. This iterator
can be used to iterate through a single bucket but not across buckets
|-