ΒΆllvm::sys::path::const_iterator begin(
llvm::StringRef path,
llvm::sys::path::Style style)
llvm::sys::path::const_iterator begin(
llvm::StringRef path,
llvm::sys::path::Style style)
Description
Get begin iterator over \a path.
Declared at: llvm/include/llvm/Support/Path.h:61
Parameters
- llvm::StringRef path
- Input path.
- llvm::sys::path::Style style
Returns
Iterator initialized with the first component of \a path.