Friday, July 2, 2010

Iterator Traits

The following are iterator traits: value_type, difference_type, iterator_category, pointer, reference.

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

No comments:

Post a Comment