DecoratableGenericFactory.decorated - multiple declarations

Function DecoratableGenericFactory.decorated

Set the decorated object for decorator.

DecoratableGenericFactory!T decorated (
  GenericFactory!T decorated
) nothrow @safe;

Parameters

NameDescription
decorated decorated component

Returns

this

Function DecoratableGenericFactory.decorated

Get the decorated object.

inout inout(GenericFactory!T) decorated () nothrow @safe;

Returns

GenericFactory!T decorated object