< Ada Programming < Libraries
This language feature is only available from Ada 2005 on. Ada.Containers is a unit of the Predefined Language Environment since Ada 2005.
Specification
A typical —almost empty— root package. All the interesting stuff happens inside the child packages.
package
Ada.Containersis
pragma
Pure (Containers);type
Hash_Typeis
mod
implementation_defined;type
Count_Typeis
range
0 .. implementation_defined;end
Ada.Containers;
See also
Wikibook
External examples
- Search for examples of
Ada.Containers
in: Rosetta Code, GitHub or this Wikibook. - Search for any post related to
Ada.Containers
in: Stack Overflow, comp.lang.ada or any Ada related page.
Ada Reference Manual
Ada 2005
Ada 2012
External links
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.