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

◆ index_iterator() [2/2]

template<typename R >
template<typename T >
halcheck::lib::index_iterator< R >::index_iterator ( const index_iterator< T > & other)
inline

Converts between index_iterators.

Template Parameters
TThe type of range to convert from.
Parameters
otherThe iterator to convert from.

This overload only participates in overload resolution if std::is_convertible<T *, R *>() holds.