ProxyObjectWrappingFactory.source - multiple declarations

Function ProxyObjectWrappingFactory.source

Get the original locator that is used by proxy to fetch the proxied object.

ProxyObjectWrappingFactory!T source (
  Locator!() source
) nothrow @safe;

Returns

Locator!() original locator containing the proxied object.

Function ProxyObjectWrappingFactory.source

Get source

Locator!() source () nothrow @safe;

Returns

Locator!()