← Docs
kotlin-stdlib / kotlinx.cinterop / pointed

pointed

Native
1.3
inline val < reified T : CPointed > CPointer < T > . pointed : T
(source)

Returns the corresponding CPointed .

Parameters

T - must not be abstract

Native
1.3
inline var < reified T : CPointed , reified P : CPointer < T > > CPointerVarOf < P > . pointed : T ?
(source)

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

Parameters

T - must not be abstract

Stay in touch:
  • Contributing to Kotlin
  • Releases
  • Press Kit
  • Security
  • Blog
  • Issue Tracker
  • Brand assets
  • Careers
Supported and developed by JetBrains .
Kotlin™ is protected under the Kotlin Foundation
and licensed under the Apache 2 license .