---
title: pointee
framework: swift
role: symbol
role_heading: Instance Property
path: swift/unsafepointer/pointee
---

# pointee

Accesses the instance referenced by this pointer.

## Declaration

```swift
var pointee: Pointee { get }
```

## Discussion

Discussion When reading from the pointee property, the instance referenced by this pointer must already be initialized.
