placeholder

Wrap up a value in a placeholding object.

placeholder
(
T
)
(
auto ref T value
,
RCIAllocator allocator = theAllocator
)

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