MCPcopy Create free account
hub / github.com/NVIDIA/stdexec / signature_error_values

Function signature_error_values

test/stdexec/concepts/test_awaitables.cpp:220–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218
219 template <typename Error, typename... Values>
220 auto
221 signature_error_values(Error, Values...) -> ex::completion_signatures<ex::set_value_t(Values...),
222 ex::set_error_t(Error),
223 ex::set_stopped_t()>*
224 {
225 return {};
226 }
227
228 TEST_CASE("get completion_signatures for awaitables", "[sndtraits][awaitables]")
229 {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected