Quiz: The Ranges Library
Assess your knowledge gained in this section by attempting the quiz below.
What is a range?
An abstraction for a sequence of elements defined with beginning
and end
iterators where the beginning
iterator points to the first element and the end
iterator points to the last element of the sequence
An abstraction for a sequence of elements defined with beginning
and end
iterators where the beginning
iterator points to the first element and the end
iterator points to the one-past-last element of the sequence
An abstraction for a sequence of elements defined with beginning
and end
iterators where the beginning
iterator points to the one-before-first element and the end
iterator points to the last element of the sequence
An abstraction for a sequence of elements defined with beginning
and end
iterators where the beginning
iterator points to the one-before-first element and the end
iterator points to the one-past-last element of the sequence
Get hands-on with 1400+ tech skills courses.