Next :
Memory Handling Primitives
, Previous :
Algorithms
, Top :
Table of Contents
Adaptors
Adaptors are template classes that provide interface mappings. For example,
insert_iterator
provides a container with an output iterator interface
.
Container adaptors
Iterator adaptors
Function adaptors