|
351 | 351 | \end{itemize}
|
352 | 352 |
|
353 | 353 | \rSec2[range.access.begin]{\tcode{ranges::begin}}
|
| 354 | +\indexlibraryglobal{begin}% |
| 355 | + |
354 | 356 | \pnum
|
355 | 357 | The name \tcode{ranges::begin} denotes a customization point
|
356 | 358 | object\iref{customization.point.object}.
|
|
415 | 417 | \end{note}
|
416 | 418 |
|
417 | 419 | \rSec2[range.access.end]{\tcode{ranges::end}}
|
| 420 | +\indexlibraryglobal{end}% |
| 421 | + |
418 | 422 | \pnum
|
419 | 423 | The name \tcode{ranges::end} denotes a customization point
|
420 | 424 | object\iref{customization.point.object}.
|
|
486 | 490 | \end{note}
|
487 | 491 |
|
488 | 492 | \rSec2[range.access.cbegin]{\tcode{ranges::cbegin}}
|
| 493 | +\indexlibraryglobal{cbegin}% |
| 494 | + |
489 | 495 | \pnum
|
490 | 496 | The name \tcode{ranges::cbegin} denotes a customization point
|
491 | 497 | object\iref{customization.point.object}. The expression
|
|
503 | 509 | \end{note}
|
504 | 510 |
|
505 | 511 | \rSec2[range.access.cend]{\tcode{ranges::cend}}
|
| 512 | +\indexlibraryglobal{cend}% |
| 513 | + |
506 | 514 | \pnum
|
507 | 515 | The name \tcode{ranges::cend} denotes a customization point
|
508 | 516 | object\iref{customization.point.object}. The expression
|
|
522 | 530 | \end{note}
|
523 | 531 |
|
524 | 532 | \rSec2[range.access.rbegin]{\tcode{ranges::rbegin}}
|
| 533 | +\indexlibraryglobal{rbegin}% |
| 534 | + |
525 | 535 | \pnum
|
526 | 536 | The name \tcode{ranges::rbegin} denotes a customization point
|
527 | 537 | object\iref{customization.point.object}.
|
|
589 | 599 | \end{note}
|
590 | 600 |
|
591 | 601 | \rSec2[range.access.rend]{\tcode{ranges::rend}}
|
| 602 | +\indexlibraryglobal{rend}% |
| 603 | + |
592 | 604 | \pnum
|
593 | 605 | The name \tcode{ranges::rend} denotes a customization point
|
594 | 606 | object\iref{customization.point.object}.
|
|
658 | 670 | \end{note}
|
659 | 671 |
|
660 | 672 | \rSec2[range.access.crbegin]{\tcode{ranges::crbegin}}
|
| 673 | +\indexlibraryglobal{crbegin}% |
| 674 | + |
661 | 675 | \pnum
|
662 | 676 | The name \tcode{ranges::crbegin} denotes a customization point
|
663 | 677 | object\iref{customization.point.object}. The expression
|
|
676 | 690 | \end{note}
|
677 | 691 |
|
678 | 692 | \rSec2[range.access.crend]{\tcode{ranges::crend}}
|
| 693 | +\indexlibraryglobal{crend}% |
| 694 | + |
679 | 695 | \pnum
|
680 | 696 | The name \tcode{ranges::crend} denotes a customization point
|
681 | 697 | object\iref{customization.point.object}. The expression
|
|
696 | 712 | \end{note}
|
697 | 713 |
|
698 | 714 | \rSec2[range.prim.size]{\tcode{ranges::size}}
|
| 715 | +\indexlibraryglobal{size}% |
| 716 | + |
699 | 717 | \pnum
|
700 | 718 | The name \tcode{ranges::size} denotes a customization point
|
701 | 719 | object\iref{customization.point.object}.
|
|
787 | 805 | \end{itemize}
|
788 | 806 |
|
789 | 807 | \rSec2[range.prim.empty]{\tcode{ranges::empty}}
|
| 808 | +\indexlibraryglobal{empty}% |
| 809 | + |
790 | 810 | \pnum
|
791 | 811 | The name \tcode{ranges::empty} denotes a customization point
|
792 | 812 | object\iref{customization.point.object}.
|
|
836 | 856 | \end{note}
|
837 | 857 |
|
838 | 858 | \rSec2[range.prim.data]{\tcode{ranges::data}}
|
| 859 | +\indexlibraryglobal{data}% |
| 860 | + |
839 | 861 | \pnum
|
840 | 862 | The name \tcode{ranges::data} denotes a customization point
|
841 | 863 | object\iref{customization.point.object}.
|
|
887 | 909 | \end{note}
|
888 | 910 |
|
889 | 911 | \rSec2[range.prim.cdata]{\tcode{ranges::cdata}}
|
| 912 | +\indexlibraryglobal{cdata}% |
| 913 | + |
890 | 914 | \pnum
|
891 | 915 | The name \tcode{ranges::cdata} denotes a customization point
|
892 | 916 | object\iref{customization.point.object}. The expression
|
|
0 commit comments