ΒΆtemplate <typename... Ts>
clang::transformer::Stencil cat(Ts&&... Parts)

Description

Concatenates 0+ stencil pieces into a single stencil. Arguments can be raw text, ranges in the matched code (\p RangeSelector) or other `Stencil`s.

Declared at: clang/include/clang/Tooling/Transformer/Stencil.h:64

Templates

Ts

Parameters

Ts&&... Parts