ΒΆvoid append(
    SmallVectorImpl<char>& path,
    llvm::sys::path::const_iterator begin,
    llvm::sys::path::const_iterator end,
    llvm::sys::path::Style style = Style::native)

Description

Append to path.

Declared at: llvm/include/llvm/Support/Path.h:242

Parameters

SmallVectorImpl<char>& path
Set to \a path + [\a begin, \a end).
llvm::sys::path::const_iterator begin
Start of components to append.
llvm::sys::path::const_iterator end
One past the end of components to append.
llvm::sys::path::Style style = Style::native