Forwards the deduced parameters to the corresponding constructor of the iterator_range class template specialized for the common type of both template arguments.
- Template Parameters
-
IteratorBegin | A type of the first iterator which specifies an inclusive beginning bound of the created range. |
IteratorEnd | A type of the second iterator which specifies an exclusive ending bound of the created range. |
- Parameters
-
begin_iterator | The inclusive beginning iterator of the created range. |
end_iterator | The exclusive ending iterator of the created range. |
- Returns
- The constructed range.