chsvlib
chsv helper source code

◆ iterator_range() [2/5]

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

Moves the specified iterator range into the created one, 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 move.