packWithStorageClass

Wrap up a value in a placeholding object.

Parameters

value T

value that will be wrapped in placeholding object

allocator RCIAllocator

allocator used to allocate placeholding object

Return Value

Type: auto

Placeholder!T with value as content.

Meta