STXXL  1.4-dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
The STL-User Layer
Author
Roman Dementiev (2006)

The STL layer of STXXL is composed of two large parts: containers and algorithms.

  • Containers store elements, usually in external memory, but still follow the same interface as STL containers. See
  • Algorithms operate, like STL algorithms, on iterators provided by the containers.