ΒΆclang::transformer::Stencil catVector(
    std::vector<Stencil> Parts)

Description

Constructs the string representing the concatenation of the given \p Parts. If only one element is passed in \p Parts, returns that element.

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

Parameters

std::vector<Stencil> Parts