nw::ut::AddOffsetToPtr Function
template <typename T>
void * AddOffsetToPtr(
void* ptr,
T offset
);
| Name | Description | |
|---|---|---|
| in | ptr | Pointer |
| in | offset | Offset value |
offset bytes as the same type of pointer as used for the argument. Adds the offset value to the pointer.
CONFIDENTIAL