Function tag

Tag constructed data with some information.

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

Tag constructed data with some information. Description

Parameters

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

Returns

factory