Ada Programming/Libraries/Ada.Strings.Bounded.Hash
< Ada Programming | Libraries
This language feature is only available from Ada 2005 on.
Ada.Strings.Bounded.Hash is a unit of the Predefined Language Environment since Ada 2005.
Specification Edit
-- Standard Ada library specification -- Copyright (c) 2003-2018 Maxim Reznik <reznikmm@gmail.com> -- Copyright (c) 2004-2016 AXE Consultants -- Copyright (c) 2004, 2005, 2006 Ada-Europe -- Copyright (c) 2000 The MITRE Corporation, Inc. -- Copyright (c) 1992, 1993, 1994, 1995 Intermetrics, Inc. -- SPDX-License-Identifier: BSD-3-Clause and LicenseRef-AdaReferenceManual -- -------------------------------------------------------------------------with
Ada.Containers;generic
with
package
Boundedis
new
Ada.Strings.Bounded.Generic_Bounded_Length (<>);function
Ada.Strings.Bounded.Hash (Key :in
Bounded.Bounded_String)return
Containers.Hash_Type;pragma
Preelaborate (Hash);
See also Edit
Wikibook Edit
External examples Edit
- Search for examples of
Ada.Strings.Bounded.Hash
in: Rosetta Code, GitHub (gists), any Alire crate or this Wikibook. - Search for posts related to
Ada.Strings.Bounded.Hash
in: Stack Overflow, comp.lang.ada or any Ada related page.
Ada Reference Manual Edit
Ada 2005 Edit
Ada 2012 Edit
Open-Source Implementations Edit
FSF GNAT
- Specification: a-stboha.ads
drake
- Specification: hash/a-stboha.ads