StorageType

A type that can be used to store instances of T. A struct with T's instance size if T is a class, T itself otherwise.

template StorageType (
T
) {}

Members

Aliases

StorageType
alias StorageType = T
Undocumented in source.

Structs

StorageType
struct StorageType

Meta