Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of Boost. Click here to view this page for the latest version.
PrevUpHomeNext

Type definition proxy_iterator_interface

proxy_iterator_interface

Synopsis

// In header: <boost/stl_interfaces/iterator_interface.hpp>


typedef iterator_interface< Derived, IteratorConcept, ValueType, Reference, proxy_arrow_result< Reference >, DifferenceType > proxy_iterator_interface;

Description

A template alias useful for defining proxy iterators.

See Also:

iterator_interface.


PrevUpHomeNext