OriginalAwarePlaceholderImpl

Implementation of Placeholder!T.

Constructors

this
this(T value, TypeInfo original, RCIAllocator allocator)

Constructor for placeholder accepting stored value.

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

Constructor for placeholder accepting stored value.

Members

Properties

original
const(TypeInfo) original [@property getter]

Get the type of original component from which contained one was created/converted.

Inherited Members

From OriginalTypeAware

original
const(TypeInfo) original()

Get the type of original component from which contained one was created/converted.

Meta