ΒΆbool is_separator(
char value,
llvm::sys::path::Style style = Style::native)
bool is_separator(
char value,
llvm::sys::path::Style style = Style::native)
Description
Check whether the given char is a path separator on the host OS.
Declared at: llvm/include/llvm/Support/Path.h:356
Parameters
- char value
- a character
- llvm::sys::path::Style style = Style::native