Function tag

Tag constructed component with some information.

auto auto tag(W, T, Z) (
  W factory,
  auto ref Z tag
);

Tag constructed component with some information. Description

Parameters

NameDescription
factory factory for constructed component
tag tag with which to tag factory.

Returns

factory