Skip to content

[range.adaptor.object][range.adaptor.object] Index special kinds of function objects and their related operator| #8089

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions source/exec.tex
Original file line number Diff line number Diff line change
Expand Up @@ -3098,6 +3098,7 @@

\rSec3[exec.adapt.obj]{Closure objects}

\indexlibrarymisc{\idxcode{operator|}}{pipeable sender adaptor closure objects}%
\pnum
A \defnadj{pipeable}{sender adaptor closure object} is a function object
that accepts one or more \libconcept{sender} arguments and returns a \libconcept{sender}.
Expand Down
2 changes: 1 addition & 1 deletion source/lib-intro.tex
Original file line number Diff line number Diff line change
Expand Up @@ -860,7 +860,7 @@
\rSec4[customization.point.object]{Customization Point Object types}

\pnum
A \term{customization point object} is a function object\iref{function.objects}
A \defnadj{customization point}{object} is a function object\iref{function.objects}
with a literal class type that interacts with program-defined types while
enforcing semantic requirements on that interaction.

Expand Down
5 changes: 3 additions & 2 deletions source/ranges.tex
Original file line number Diff line number Diff line change
Expand Up @@ -4211,8 +4211,9 @@

\rSec2[range.adaptor.object]{Range adaptor objects}

\indexlibrarymisc{\idxcode{operator|}}{range adaptor closure objects}%
\pnum
A \term{range adaptor closure object} is a unary function object that accepts
A \defnadj{range adaptor closure}{object} is a unary function object that accepts
a range argument. For
a range adaptor closure object \tcode{C} and an expression \tcode{R} such that
\tcode{decltype((R))} models \libconcept{range}, the following
Expand Down Expand Up @@ -4279,7 +4280,7 @@
that adds a specialization for \tcode{range_adaptor_closure} is undefined.

\pnum
A \term{range adaptor object} is a
A \defnadj{range adaptor}{object} is a
customization point object\iref{customization.point.object}
that accepts a \libconcept{viewable_range} as its first argument and returns a view.

Expand Down