ConvertorAndOriginalAwarePlaceholderImpl

Implementation of Placeholder!T.

Constructors

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

Constructor for placeholder accepting stored value.

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

Constructor for placeholder accepting stored value.

Members

Properties

convertor
const(Convertor) convertor [@property getter]

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

Inherited Members

From ConvertorAware

convertor
const(Convertor) convertor()

Get the convertor used to convert component stored in implementor of this interface.

Meta