llvm::sys::path::end

Get end iterator over path.

Synopsis

Declared in <llvm/Support/Path.h>

const_iterator
end(StringRef path);

Return Value

Iterator initialized to the end of path.

Parameters

NameDescription
pathInput path.