Typedef NetworKit::omp_index

Typedef Documentation

using NetworKit::omp_index = index

Should be used in OpenMP parallel for-loops and is associated with unsigned semantics. On MSVC it falls back to being signed, as MSVC does not support unsigned parallel fors.