---
title: requiredMetaCast
framework: driverkit
role: symbol
role_heading: Static Method
path: driverkit/osmetaclassbase/requiredmetacast
---

# requiredMetaCast

Internal helper for OSRequiredCast. Not to be called directly.

## Declaration

```occ
static OSMetaClassBase * requiredMetaCast(const OSMetaClassBase *anObject, const OSMetaClass *toMeta);
```

## See Also

### Casting to Different Types

- [safeMetaCast](driverkit/osmetaclassbase/safemetacast.md)
