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

Method apply_sender

include/stdexec/__detail/__domain.hpp:88–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 requires __detail::__has_apply_sender<_Tag, _Args...>
87 STDEXEC_ATTRIBUTE(always_inline)
88 constexpr auto apply_sender(_Tag, _Args &&...__args) const
89 -> __detail::__apply_sender_result_t<_Tag, _Args...>
90 {
91 return _Tag().apply_sender(static_cast<_Args &&>(__args)...);
92 }
93 };
94
95 //! @brief Concept that checks whether a domain's sender transform behaves like that of

Callers 2

operator()Method · 0.45
__domain.hppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected