SizeT

value class SizeT(val value: <Error class: unknown class>)

Wrapper type to stand in for size_t as that type has inconsistent sizes in different architectures.

Constructors

Link copied to clipboard
constructor(value: <Error class: unknown class>)

Properties

Link copied to clipboard
val value: <Error class: unknown class>

Functions

Link copied to clipboard
operator fun minus(other: SizeT): SizeT
Link copied to clipboard
operator fun plus(other: SizeT): SizeT
Link copied to clipboard
fun toInt(): Int
Link copied to clipboard
fun toULong(): ULong