W3cubDocs

/Kotlin

pointed

Platform and version requirements: Native (1.3)
inline val <reified T : CPointed> CPointer<T>.pointed: T

Returns the corresponding CPointed.

Parameters

T - must not be abstract

Platform and version requirements: Native (1.3)
inline var <reified T : CPointed, reified P : CPointer<T>> CPointerVarOf<P>.pointed: T?

The code or data pointed by the value of this variable.

Parameters

T - must not be abstract

© 2010–2020 JetBrains s.r.o. and Kotlin Programming Language contributors
Licensed under the Apache License, Version 2.0.
https://kotlinlang.org/api/latest/jvm/stdlib/kotlinx.cinterop/pointed.html