chsvlib
chsv helper source code

◆ iterator_range() [3/5]

CONSTEXPR_CPP14 iterator_range ( IteratorBegin &&  begin_iterator,
IteratorEnd &&  end_iterator 
)
noexcept

Constructs a range from a pair of iterators.

Parameters
begin_iteratoris an iterator associated with the first element of the range.
end_iteratoris an iterator associated with the past-the-end (pseudo) element of the range.