BloombergLP::bdls::PathUtil::popLeaf

Remove the leaf element from a path.

Synopses

Declared in <bdls_pathutil.h>

Remove the leaf element from a path.

static
int
popLeaf(
    bsl::string* path,
    int rootEnd = -1);
» more...

Remove the leaf element from a path.

static
int
popLeaf(
    std::pmr::string* path,
    int rootEnd = -1);
» more...

Remove the leaf element from a path.

static
int
popLeaf(
    std::string* path,
    int rootEnd = -1);
» more...

Return Value

0 on success, and a non-zero value otherwise

Parameters

NameDescription
pathpath from which the leaf is removed
rootEndif non-negative, position in path of the character following the root