Ada Programming/Libraries/Ada.Containers


This language feature is only available from Ada 2005 on.

Ada. Time-tested, safe and secure.
Ada. Time-tested, safe and secure.

Ada.Containers is a unit of the Predefined Language Environment since Ada 2005.

SpecificationEdit

A typical —almost empty— root package. All the interesting stuff happens inside the child packages.

package Ada.Containers is

   pragma Pure (Containers);

   type Hash_Type is mod implementation_defined;

   type Count_Type is range 0 .. implementation_defined;

end Ada.Containers;

See alsoEdit

WikibookEdit

External examplesEdit

Ada Reference ManualEdit

Ada 2005Edit

Ada 2012Edit

External linksEdit