You can use range for loops on the nodes -
```
for ( auto const& item : strategy ) {
  if (std::none_of(... item.first.as<std::string>()) ) ...
```

[ Full content available at: https://github.com/apache/trafficserver/pull/4099 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to