Skip to content

Commit 699caf3

Browse files
jensmaurerzygoloid
authored andcommitted
[range.access] Index customization point objects.
1 parent 1cb6015 commit 699caf3

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

source/ranges.tex

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,8 @@
351351
\end{itemize}
352352

353353
\rSec2[range.access.begin]{\tcode{ranges::begin}}
354+
\indexlibraryglobal{begin}%
355+
354356
\pnum
355357
The name \tcode{ranges::begin} denotes a customization point
356358
object\iref{customization.point.object}.
@@ -415,6 +417,8 @@
415417
\end{note}
416418

417419
\rSec2[range.access.end]{\tcode{ranges::end}}
420+
\indexlibraryglobal{end}%
421+
418422
\pnum
419423
The name \tcode{ranges::end} denotes a customization point
420424
object\iref{customization.point.object}.
@@ -486,6 +490,8 @@
486490
\end{note}
487491

488492
\rSec2[range.access.cbegin]{\tcode{ranges::cbegin}}
493+
\indexlibraryglobal{cbegin}%
494+
489495
\pnum
490496
The name \tcode{ranges::cbegin} denotes a customization point
491497
object\iref{customization.point.object}. The expression
@@ -503,6 +509,8 @@
503509
\end{note}
504510

505511
\rSec2[range.access.cend]{\tcode{ranges::cend}}
512+
\indexlibraryglobal{cend}%
513+
506514
\pnum
507515
The name \tcode{ranges::cend} denotes a customization point
508516
object\iref{customization.point.object}. The expression
@@ -522,6 +530,8 @@
522530
\end{note}
523531

524532
\rSec2[range.access.rbegin]{\tcode{ranges::rbegin}}
533+
\indexlibraryglobal{rbegin}%
534+
525535
\pnum
526536
The name \tcode{ranges::rbegin} denotes a customization point
527537
object\iref{customization.point.object}.
@@ -589,6 +599,8 @@
589599
\end{note}
590600

591601
\rSec2[range.access.rend]{\tcode{ranges::rend}}
602+
\indexlibraryglobal{rend}%
603+
592604
\pnum
593605
The name \tcode{ranges::rend} denotes a customization point
594606
object\iref{customization.point.object}.
@@ -658,6 +670,8 @@
658670
\end{note}
659671

660672
\rSec2[range.access.crbegin]{\tcode{ranges::crbegin}}
673+
\indexlibraryglobal{crbegin}%
674+
661675
\pnum
662676
The name \tcode{ranges::crbegin} denotes a customization point
663677
object\iref{customization.point.object}. The expression
@@ -676,6 +690,8 @@
676690
\end{note}
677691

678692
\rSec2[range.access.crend]{\tcode{ranges::crend}}
693+
\indexlibraryglobal{crend}%
694+
679695
\pnum
680696
The name \tcode{ranges::crend} denotes a customization point
681697
object\iref{customization.point.object}. The expression
@@ -696,6 +712,8 @@
696712
\end{note}
697713

698714
\rSec2[range.prim.size]{\tcode{ranges::size}}
715+
\indexlibraryglobal{size}%
716+
699717
\pnum
700718
The name \tcode{ranges::size} denotes a customization point
701719
object\iref{customization.point.object}.
@@ -787,6 +805,8 @@
787805
\end{itemize}
788806

789807
\rSec2[range.prim.empty]{\tcode{ranges::empty}}
808+
\indexlibraryglobal{empty}%
809+
790810
\pnum
791811
The name \tcode{ranges::empty} denotes a customization point
792812
object\iref{customization.point.object}.
@@ -836,6 +856,8 @@
836856
\end{note}
837857

838858
\rSec2[range.prim.data]{\tcode{ranges::data}}
859+
\indexlibraryglobal{data}%
860+
839861
\pnum
840862
The name \tcode{ranges::data} denotes a customization point
841863
object\iref{customization.point.object}.
@@ -887,6 +909,8 @@
887909
\end{note}
888910

889911
\rSec2[range.prim.cdata]{\tcode{ranges::cdata}}
912+
\indexlibraryglobal{cdata}%
913+
890914
\pnum
891915
The name \tcode{ranges::cdata} denotes a customization point
892916
object\iref{customization.point.object}. The expression

0 commit comments

Comments
 (0)