We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74d01e2 commit da1449dCopy full SHA for da1449d
source/exec.tex
@@ -2002,7 +2002,7 @@
2002
\indexlibrarymember{get_completion_signatures}{\exposid{basic-sender}}%
2003
\begin{itemdecl}
2004
template<class Tag, class Data, class... Child>
2005
- template<class Sndr, class... Env>
+ template<@\exposconcept{decays-to}@<@\exposid{basic-sender}@> Sndr, class... Env>
2006
constexpr auto @\exposid{basic-sender}@<Tag, Data, Child...>::get_completion_signatures();
2007
\end{itemdecl}
2008
0 commit comments