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

Method start

include/exec/sequence/merge_each.hpp:624–628  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

622 {}
623
624 void start() & noexcept
625 {
626 __op_->nested_value_started();
627 STDEXEC::start(__nested_value_op_);
628 }
629
630 __nested_value_op_t __nested_value_op_;
631 __operation_base_interface_t* __op_;

Callers

nothing calls this directly

Calls 1

startFunction · 0.70

Tested by

no test coverage detected