Skip to content
Closed
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
8 changes: 5 additions & 3 deletions source/concepts.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1223,13 +1223,15 @@

\pnum
The concepts in \ref{concepts.callable} describe the requirements on
callable types\iref{func.def} and their arguments.
function types, callable types\iref{func.def}, and references to such types,
and on their arguments.

\rSec2[concept.invocable]{Concept \cname{invocable}}

\pnum
The \libconcept{invocable} concept specifies a relationship between a callable
type\iref{func.def} \tcode{F} and a set of argument types \tcode{Args...} which
The \libconcept{invocable} concept specifies a relationship between \tcode{F}
(where \tcode{F} is a function type, a callable type\iref{func.def}, or a
reference to such a type) and a set of argument types \tcode{Args...} which
can be evaluated by the library function \tcode{invoke}\iref{func.invoke}.

\begin{itemdecl}
Expand Down