stored

Wrap up a value in a placeholding object stored on stack instead of allocator.

Parameters

value T

value that will be wrapped in placeholding object

Return Value

Type: auto

scoped Placeholder!T with value as content.

Meta