Load the leaf element of a path.
Declared in <bdls_pathutil.h>
static
int
getLeaf(
std::pmr::string* leaf,
std::string_view const& path,
int rootEnd = -1);
Same as the overload taking bsl::string *.
0 on success, and a non-zero value otherwise
| Name | Description |
|---|---|
| leaf | receives the leaf element of path |
| path | filesystem path to examine |
| rootEnd | if non-negative, position in path of the character following the root |