From Jason Turner

[defns.access]

Diff to HTML by rtfpessoa

tmp/tmpkydt54m3/{from.md → to.md} RENAMED
@@ -1,11 +1,13 @@
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
 
 
1
  #### 1 access <a id="defns.access">[[defns.access]]</a>
2
 
3
+ ⟨execution-time action⟩ read or modify the value of an object
 
4
 
5
+ [*Note 1 to entry*: Only glvalues of scalar type can be used to access
6
+ objects. Reads of scalar objects are described in [[conv.lval]] and
7
+ modifications of scalar objects are described in [[expr.ass]],
8
+ [[expr.post.incr]], and [[expr.pre.incr]]. Attempts to read or modify an
9
+ object of class type typically invoke a constructor [[class.ctor]] or
10
+ assignment operator [[class.copy.assign]]; such invocations do not
11
+ themselves constitute accesses, although they may involve accesses of
12
+ scalar subobjects. — *end note*]
13