PlaceholderImpl

Implementation of Placeholder!T.

Constructors

this
this(T value, RCIAllocator allocator)

Constructor for placeholder accepting stored value.

this
this(T value, RCIAllocator allocator)
Undocumented in source.
this
this(T value, RCIAllocator allocator)
Undocumented in source.
this
this(T value, RCIAllocator allocator)

Constructor for placeholder accepting stored value.

Members

Properties

allocator
inout(RCIAllocator) allocator [@property getter]

Get allocator

type
TypeInfo type [@property getter]

Get the type of component that is stored in.

value
T value [@property setter]

Store value in component.

value
inout(T) value [@property getter]

Get value

Inherited Members

From TypeAware

type
const(TypeInfo) type()

Get the type that is stored in component.

From AllocatorAware

allocator
inout(RCIAllocator) allocator()

Get allocator used in conversion of component stored in implementor.

Meta