| 170 | }; |
| 171 | |
| 172 | inline ShapeIndex::ShapeIndex(ShapeIndexView v) |
| 173 | : ShapeIndex(v.begin(), v.end()) {} |
| 174 | |
| 175 | std::ostream& operator<<(std::ostream& out, const ShapeIndex& shape_index); |
| 176 | std::ostream& operator<<(std::ostream& out, const ShapeIndexView& shape_index); |