Files
2025-10-25 03:02:53 +03:00

1.2 KiB

[range.access.general]

25 Ranges library [ranges]

25.3 Range access [range.access]

25.3.1 General [range.access.general]

1

#

In addition to being available via inclusion of the header, the customization point objects in [range.access] are available when the header is included.

2

#

Within [range.access], the reified object of a subexpression E denotes

the same object as E if E is a glvalue, or

the result of applying the temporary materialization conversion ([conv.rval]) to E otherwise.