| 40 | struct TupleReference; |
| 41 | template <typename ArrayType, ComponentIdType> |
| 42 | struct ConstTupleIterator; |
| 43 | template <typename ArrayType, ComponentIdType> |
| 44 | struct TupleIterator; |
| 45 | template <typename ArrayType, ComponentIdType> |
nothing calls this directly
no test coverage detected