IdGenerator typedef

IdGenerator = int Function()

Callback that generates node IDs (default: 0,1,2,...).

Implementation

typedef IdGenerator = int Function();