packWithStorageClass

Wrap up a value in a placeholding object.

Parameters

value T

value that will be wrapped in placeholding object

from TypeInfo

original type from which value was converted

convertor Convertor

convertor used in converting value out of from

allocator RCIAllocator

allocator used to allocate placeholding object

Return Value

Type: auto

Placeholder!T with value as content.

Meta