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

Function __at_offset_as

include/exec/linux/io_uring_context.hpp:187–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185
186 template <class _Ty>
187 inline auto __at_offset_as(void* __pointer, __u32 __offset) -> _Ty
188 {
189 return reinterpret_cast<_Ty>(static_cast<std::byte*>(__pointer) + __offset);
190 }
191
192 struct __submission_result
193 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected