Tuesday, July 20, 2010

vector and string Iterator Implementations

Eventhough the implementation of an iterator is implementation-defined, vector and string iterators are usually implemented as T* and char*, respectively.

Reference: The C++ Standard Library: A Tutorial and Reference by Nicolai M. Josuttis. Addison-Wesley, 1999, p. 258-259.

No comments:

Post a Comment