[#BloombergLP-bdls-PathUtil-popLeaf-0f] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdls.adoc[bdls]::xref:BloombergLP/bdls/PathUtil.adoc[PathUtil]::popLeaf :relfileprefix: ../../../ :mrdocs: Remove the leaf element from a path. == Synopses Declared in `<bdls_pathutil.h>` Remove the leaf element from a path. [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..._]# Remove the leaf element from a path. [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..._]# Remove the leaf element from a path. [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..._]# == Return Value 0 on success, and a non‐zero value otherwise == Parameters [cols="1,4"] |=== | Name| Description | *path* | path from which the leaf is removed | *rootEnd* | if non‐negative, position in `path` of the character following the root |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#