chsvlib
chsv helper source code

◆ iterator_range() [1/5]

CONSTEXPR_CPP14 iterator_range ( const iterator_range< RightIterator > &  right)
noexcept

Creates a copy of a specified iterator range with implicit conversion of underlying iterator type.

Template Parameters
RightIteratoris a type of the iterators to be constructed from. The type must be implicitly convertible to Iterator.
Parameters
rightis the iterator range to be copied from.