Ada Programming/Libraries/Ada.Containers.Vectors

From Wikibooks, the open-content textbooks collection

Jump to: navigation, search

Ada Lovelace 1838.jpg

This language feature is only available in Ada 2005.

Contents


Ada.Containers.Vectors supplies a container (Vector) which can store any definite subtype in a consecutive list. This makes an Ada.Containers.Vectors.Vector similar to an array - however a Vector can change size after it has been declared, which an array can't do.

[edit] See also

[edit] Wikibook

[edit] Ada Reference Manual