BloombergLP::bdls::PathUtil::getLeaf

Load the leaf element of a path.

Synopsis

Declared in <bdls_pathutil.h>

static
int
getLeaf(
    std::pmr::string* leaf,
    std::string_view const& path,
    int rootEnd = -1);

Description

Same as the overload taking bsl::string *.

Return Value

0 on success, and a non-zero value otherwise

Parameters

NameDescription
leafreceives the leaf element of path
pathfilesystem path to examine
rootEndif non-negative, position in path of the character following the root