< Ada Programming < Libraries 
 
 
      
Ada. Time-tested, safe and secure.
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.
packageAda.ContainersispragmaPure (Containers);typeHash_Typeismodimplementation_defined;typeCount_Typeisrange0 .. implementation_defined;endAda.Containers;
See also
Wikibook
External examples
- Search for examples of Ada.Containersin: Rosetta Code, GitHub or this Wikibook.
- Search for any post related to Ada.Containersin: 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.