From mboxrd@z Thu Jan 1 00:00:00 1970 Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Blady Newsgroups: comp.lang.ada Subject: String_Access in unbounded string handling? Date: Sun, 14 Jan 2024 12:05:40 +0100 Organization: A noiseless patient Spider Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Sun, 14 Jan 2024 11:05:41 -0000 (UTC) Injection-Info: dont-email.me; posting-host="99c7942b6c792e96c0a46a7cc462ce30"; logging-data="447894"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19N5UUlQi01ki8L9Akww+PE" User-Agent: Mozilla Thunderbird Cancel-Lock: sha1:dBpQ0FUfJr6+V9QV9RNCA1igbfE= Content-Language: fr, en-US Xref: news.eternal-september.org comp.lang.ada:65994 List-Id: Hello, String_Access is defined in A.4.5 Unbounded-Length String Handling: 7 type String_Access is access all String; and note: 75 The type String_Access provides a (nonprivate) access type for explicit processing of unbounded-length strings. I wonder what String_Access is for and what could be "explicit processing"? Thanks, Pascal.