FUNC_STATIC constant

int const FUNC_STATIC

The function is accessed by static address and does not take an implicit this pointer.

Implementation

static const FUNC_STATIC = 3;