const std::array paths = { % for p in paths: "${p.name}"s, % endfor }; const std::array pathwatches = {{ % for w in pathwatches: paths[${w.pathinstances}], % endfor }};