__as_get_base
In this section:
Syntax
__as_get_base(ptr)Parameters
| A pointer. |
Description
Use this operator to create a pointer of the same type as ptr, representing the base of the area pointed to by ptr.
Example
base = __as_get_base(my_ptr);