From Jason Turner

[defns.access]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmp6kj2jgpm/{from.md → to.md} +11 -0
tmp/tmp6kj2jgpm/{from.md → to.md} RENAMED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #### 1 access <a id="defns.access">[[defns.access]]</a>
2
+
3
+ ⟨execution-time action⟩ read [[conv.lval]] or modify ([[expr.ass]],
4
+ [[expr.post.incr]], [[expr.pre.incr]]) the value of an object
5
+
6
+ [*Note 1 to entry*: Only objects of scalar type can be accessed.
7
+ Attempts to read or modify an object of class type typically invoke a
8
+ constructor [[class.ctor]] or assignment operator [[class.copy.assign]];
9
+ such invocations do not themselves constitute accesses, although they
10
+ may involve accesses of scalar subobjects. — *end note*]
11
+