Next

Chapter 1. Boost.STLInterfaces

Zach Laine

Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Table of Contents

Introduction
This Library's Relationship to Boost.Iterator
Tutorial: iterator_interface
Tutorial: view_interface
Tutorial: sequence_container_interface
Tutorial: reverse_iterator
Examples
Random Access Iterator
Mutable and Constant Iterator Interoperability
Zip Iterator / Proxy Iterator
Reimplementing back_insert_iterator
Reimplementing reverse_iterator
Compiler Support
Reference
Header <boost/stl_interfaces/fwd.hpp>
Header <boost/stl_interfaces/iterator_interface.hpp>
Header <boost/stl_interfaces/reverse_iterator.hpp>
Header <boost/stl_interfaces/sequence_container_interface.hpp>
Header <boost/stl_interfaces/view_interface.hpp>
Rationale

Last revised: June 24, 2020 at 02:48:54 GMT


Next