Ada Programming/Libraries/Ada.Containers

< Ada Programming < Libraries
Computing » Computer Science » Computer Programming » Ada Programming

This language feature is only available from Ada 2005 on.

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 also

Wikibook

Ada Reference Manual

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.