Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 655 Bytes

qualifiers-access-to-volatile-objects.md

File metadata and controls

23 lines (21 loc) · 655 Bytes
title ms.custom ms.date ms.reviewer ms.suite ms.technology ms.tgt_pltfrm ms.topic dev_langs ms.assetid caps.latest.revision author ms.author manager
Qualifiers: Access to Volatile Objects | Microsoft Docs
11/04/2016
cpp-language
article
C++
b5644d4a-d93a-4f33-880a-76eb88d5ad7a
6
mikeblome
mblome
ghogen

Qualifiers: Access to Volatile Objects

ANSI 3.5.5.3 What constitutes an access to an object that has volatile-qualified type

Any reference to a volatile-qualified type is an access.

See Also

Implementation-Defined Behavior