FUNC_PUREVIRTUAL constant

int const FUNC_PUREVIRTUAL

The function is accessed through the virtual function table (VTBL), and takes an implicit this pointer.

Implementation

static const FUNC_PUREVIRTUAL = 1;