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

Class no_set_value_receiver

test/exec/test_repeat_until.cpp:220–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218
219 template <typename Receiver>
220 struct no_set_value_receiver : Receiver
221 {
222 explicit no_set_value_receiver(Receiver r) noexcept
223 : Receiver(std::move(r))
224 {}
225 void set_value() && noexcept = delete;
226 };
227
228 TEST_CASE("repeat repeats until an error is encountered", "[adaptors][repeat]")
229 {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected