llvm::sys::path::begin

Get begin iterator over path.

Synopsis

Declared in <llvm/Support/Path.h>

const_iterator
begin(
    StringRef path,
    Style style = Style::native);

Return Value

Iterator initialized with the first component of path.

Parameters

NameDescription
pathInput path.