|
noexcept |
Constructs a range from another range forwarding the call to the corresponding constructor of iterator_range.
OtherRange | A type of another range of iterator. |
range | Another range of iterator to be forwarded to the corresponding constructor by the function. |