From Jason Turner

[range.access.general]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmpksjj1_p7/{from.md → to.md} +13 -0
tmp/tmpksjj1_p7/{from.md → to.md} RENAMED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ### General <a id="range.access.general">[[range.access.general]]</a>
2
+
3
+ In addition to being available via inclusion of the `<ranges>` header,
4
+ the customization point objects in [[range.access]] are available when
5
+ `<iterator>` is included.
6
+
7
+ Within [[range.access]], the *reified object* of a subexpression `E`
8
+ denotes
9
+
10
+ - the same object as `E` if `E` is a glvalue, or
11
+ - the result of applying the temporary materialization conversion
12
+ [[conv.rval]] to `E` otherwise.
13
+