MCPcopy Create free account
hub / github.com/Compiled-Code/eac-mapper / rkm

Method rkm

dependencies/vdm/vdm_ctx/vdm_ctx.hpp:68–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66
67 template <class T>
68 __forceinline auto rkm(std::uintptr_t addr) -> T
69 {
70 T buffer;
71 rkm((void*)&buffer, (void*)addr, sizeof T);
72 return buffer;
73 }
74
75 template <class T>
76 __forceinline void* wkm(std::uintptr_t addr, const T& value)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected