IntCallback typedef

IntCallback = int Function()

Define a function that returns an int and takes no arguments

Implementation

typedef IntCallback = int Function();