16 geo::GeoNodePath::operator std::string()
const 20 auto it = fNodes.cbegin(),
end = fNodes.cend();
22 s += (*it++)->GetName();
23 while (++it != fNodes.cend()) {
25 s += (*it)->GetName();
Class representing a path in ROOT geometry.
decltype(auto) constexpr end(T &&obj)
ADL-aware version of std::end.