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 1916adc commit bca158fCopy full SHA for bca158f
source/exec.tex
@@ -540,7 +540,7 @@
540
template<class Sndr, class Env = empty_env,
541
template<class...> class Tuple = @\exposid{decayed-tuple}@,
542
template<class...> class Variant = @\exposid{variant-or-empty}@>
543
- requires sender_in<Sndr, Env>
+ requires @\libconcept{sender_in}@<Sndr, Env>
544
using value_types_of_t = @\seebelow@;
545
546
0 commit comments