Non-Confidential | ![]() | ARM DUI0375E | ||
| ||||
Home > Using the Inline and Embedded Assemblers of the ARM Compiler > __vcall_offsetof_vfunc(D, f) |
Returns the offset of the slot in the vtable that holds the pointer to the virtual function, f
.
D
is a class and f
is a virtual function defined in
D
, or a base class of D
.__vcall_offsetof_vfunc(D, f)
is used when f
is not a
virtual member function it returns an arbitrary value designed to cause an assembly error if
used.