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

Class __data

include/stdexec/__detail/__bulk.hpp:110–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108
109 template <class _Pol, class _Shape, class _Fun>
110 struct __data
111 {
112 STDEXEC_ATTRIBUTE(no_unique_address)
113 __policy_wrapper<_Pol> __pol_;
114 _Shape __shape_;
115 STDEXEC_ATTRIBUTE(no_unique_address)
116 _Fun __fun_;
117 };
118
119 template <class _Pol, class _Shape, class _Fun>
120 STDEXEC_HOST_DEVICE_DEDUCTION_GUIDE

Callers 7

__destroyMethod · 0.85
emplaceMethod · 0.85
__emplace_fromMethod · 0.85
__data_Function · 0.85
__anyClass · 0.85
operator==Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected