[#BloombergLP-bdls-PathUtil-popLeaf-0f] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdls.adoc[bdls]::xref:BloombergLP/bdls/PathUtil.adoc[PathUtil]::popLeaf :relfileprefix: ../../../ :mrdocs: Remove from the specified `path` the rightmost filename following the root; that is, remove the leaf element. If the optionally specified `rootEnd` offset is non‐negative, it is taken as the position in `path` of the character following the root. Return 0 on success, and a nonzero value otherwise; in particular, return a nonzero value if `path` does not have a leaf. See []and Performance). See also for the definition of leaf and root. == Synopses Declared in `<bdls_pathutil.h>` Remove from the specified `path` the rightmost filename following the root; that is, remove the leaf element. If the optionally specified `rootEnd` offset is non‐negative, it is taken as the position in `path` of the character following the root. Return 0 on success, and a nonzero value otherwise; in particular, return a nonzero value if `path` does not have a leaf. See []and Performance). See also for the definition of leaf and root. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int xref:BloombergLP/bdls/PathUtil/popLeaf-085.adoc[popLeaf]( xref:bsl/string.adoc[bsl::string]* path, int rootEnd = ‐1); ---- [.small]#xref:BloombergLP/bdls/PathUtil/popLeaf-085.adoc[_» more..._]# [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int xref:BloombergLP/bdls/PathUtil/popLeaf-087.adoc[popLeaf]( std::pmr::string* path, int rootEnd = ‐1); ---- [.small]#xref:BloombergLP/bdls/PathUtil/popLeaf-087.adoc[_» more..._]# [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int xref:BloombergLP/bdls/PathUtil/popLeaf-080.adoc[popLeaf]( std::string* path, int rootEnd = ‐1); ---- [.small]#xref:BloombergLP/bdls/PathUtil/popLeaf-080.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#