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

Function __get

include/stdexec/__detail/__tuple.hpp:335–338  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

333 template <size_t _Index, class _Value>
334 STDEXEC_ATTRIBUTE(nodiscard, always_inline, host, device)
335 constexpr auto __get(__box<_Value, _Index>&& __self) noexcept -> _Value&&
336 {
337 return static_cast<_Value&&>(__self.__value);
338 }
339
340 template <size_t _Index, class _Value>
341 STDEXEC_ATTRIBUTE(nodiscard, always_inline, host, device)

Callers 1

__destroyMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected