| |||
| Home > Using the Inline and Embedded Assemblers of the ARM Compiler > __mcall_is_virtual(D, f) | |||
Results in {TRUE} if f is
a virtual member function found in D, or a base
class of D, otherwise {FALSE}.
If it returns {TRUE} the call can be done using
virtual dispatch, otherwise the call must be done directly.