[#BloombergLP-bdls-PathUtil-getLeaf-0d] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdls.adoc[bdls]::xref:BloombergLP/bdls/PathUtil.adoc[PathUtil]::getLeaf :relfileprefix: ../../../ :mrdocs: Load into the specified `leaf` the value of the rightmost name in the specified `path` that follows the root; that is, 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 non‐zero value otherwise; in particular, return nonzero if `path` does not have a leaf. Note that `getBasename` is a synonym for `getLeaf`. See []and Performance). See also for the definition of leaf and root. == Synopses Declared in `<bdls_pathutil.h>` Load into the specified `leaf` the value of the rightmost name in the specified `path` that follows the root; that is, 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 non‐zero value otherwise; in particular, return nonzero if `path` does not have a leaf. Note that `getBasename` is a synonym for `getLeaf`. 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/getLeaf-0e.adoc[getLeaf]( xref:bsl/string.adoc[bsl::string]* leaf, std::string_view const& path, int rootEnd = ‐1); ---- [.small]#xref:BloombergLP/bdls/PathUtil/getLeaf-0e.adoc[_» more..._]# [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int xref:BloombergLP/bdls/PathUtil/getLeaf-03.adoc[getLeaf]( std::pmr::string* leaf, std::string_view const& path, int rootEnd = ‐1); ---- [.small]#xref:BloombergLP/bdls/PathUtil/getLeaf-03.adoc[_» more..._]# [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int xref:BloombergLP/bdls/PathUtil/getLeaf-0a.adoc[getLeaf]( std::string* leaf, std::string_view const& path, int rootEnd = ‐1); ---- [.small]#xref:BloombergLP/bdls/PathUtil/getLeaf-0a.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#