Elm  2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
Vector Class Reference

Detailed Description

A vector is an array of items whose size grows dynamically.

Implemented concepts
  • concept::Array
  • concept::Array
  • concept::List
  • concept::MutableArray
  • concept::MutableCollection
  • concept::MutableList
  • concept::Set
  • concept::Stack
Parameters
TType of stored items.

The documentation for this class was generated from the following file: