Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/stdexec
/ test_subsumption
Function
test_subsumption
test/stdexec/concepts/test_concepts_sender.cpp:299–302 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
297
298
template <class T>
299
auto test_subsumption(T&&) -> not_a_sender_tag
300
{
301
return {};
302
}
303
304
template <ex::sender T>
305
auto test_subsumption(T&&) -> sender_tag
Callers
1
test_concepts_sender.cpp
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected