ΒΆbool is_relative(
    const llvm::Twine& path,
    llvm::sys::path::Style style = Style::native)

Description

Is path relative?

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

Parameters

const llvm::Twine& path
Input path.
llvm::sys::path::Style style = Style::native