MCPcopy Create free account
hub / github.com/EricLengyel/Terathon-Math-Library / GetPointerAddress

Function GetPointerAddress

TSPlatform.h:188–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186
187
188 inline machine_address GetPointerAddress(const volatile void *ptr)
189 {
190 return (reinterpret_cast<machine_address>(ptr));
191 }
192
193
194 inline const float& asfloat(const int32& i)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected