Skip to main content

Iterators

  • Chapter
  • First Online:
Exploring C++ 11
  • 3529 Accesses

Abstract

Iterators provide element-by-element access to a sequence of things. The things can be numbers, characters, or objects of almost any type. The standard containers, such as vector, provide iterator access to the container contents, and other standard iterators let you access input streams and output streams, for example. The standard algorithms require iterators for operating on sequences of things.

This is a preview of subscription content, log in via an institution to check access.

Access this chapter

Chapter
USD 29.95
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
eBook
USD 44.99
Price excludes VAT (USA)
  • Available as EPUB and PDF
  • Read on any device
  • Instant download
  • Own it forever

Tax calculation will be finalised at checkout

Purchases are for personal use only

Institutional subscriptions

Author information

Authors and Affiliations

Authors

Rights and permissions

Reprints and permissions

Copyright information

© 2013 Ray Lischner

About this chapter

Cite this chapter

Lischner, R. (2013). Iterators. In: Exploring C++ 11. Apress, Berkeley, CA. https://doi.org/10.1007/978-1-4302-6194-0_44

Download citation

Publish with us

Policies and ethics