halcheck 1.0
Loading...
Searching...
No Matches

◆ operator[]()

lib::iter_reference_t< I > halcheck::lib::iterator_interface< iterator >::operator[] ( lib::iter_difference_t< I > n) const
inlineconstexprinherited

Access the element at the specified index.

Parameters
nThe index of the element to access.
Returns
A reference to the specified element.

This overload participates in overload resolution only if *(*this + n) is a valid expression.