Typedef ecl::VoidFunction

Typedef Documentation

typedef void (*ecl::VoidFunction)()

Convenient type definition for empty functions (void pointers).

Convenient type definition for empty functions (void pointers). Wherever you would normally use

void(*)()
you can instead replace with the more convenient
VoidFunction