---
title: QueryResult.Iterator
framework: realitykit
role: symbol
role_heading: Structure
path: realitykit/queryresult/iterator
---

# QueryResult.Iterator

The type of iterator used for entity query results.

## Declaration

```swift
struct Iterator
```

## Topics

### Advancing the iterator

- [next()](realitykit/queryresult/iterator/next().md)

## Relationships

### Conforms To

- [IteratorProtocol](swift/iteratorprotocol.md)

## See Also

### Creating an iterator

- [makeIterator()](realitykit/queryresult/makeiterator().md)
