ΒΆbool has_filename(
const llvm::Twine& path,
llvm::sys::path::Style style = Style::native)
bool has_filename(
const llvm::Twine& path,
llvm::sys::path::Style style = Style::native)
Description
Has filename? filename != ""
Declared at: llvm/include/llvm/Support/Path.h:426
Parameters
- const llvm::Twine& path
- Input path.
- llvm::sys::path::Style style = Style::native