inline val <reified T : CPointed> CPointer<T>.pointed: T
Returns the corresponding CPointed.
T - must not be abstract
T
inline var <reified T : CPointed, reified P : CPointer<T>> CPointerVarOf<P>.pointed: T?
The code or data pointed by the value of this variable.
© 2010–2019 JetBrains s.r.o.Licensed under the Apache License, Version 2.0. https://kotlinlang.org/api/latest/jvm/stdlib/kotlinx.cinterop/pointed.html