DecoratorChain.front

The first decorator in chain of decorators.

struct DecoratorChain(ComponentType, DecoratorType)
QualifiedDecoratorType
front
()
if (
is(ComponentType == class) ||
is(ComponentType == interface)
)

Return Value

Decorated component with storage class preserved.

Meta