Return a temporary bsl::string constructed from the specified stringRef.
Synopsis
Declared in <bdls_filesystemutil.h>
static
bsl::string
flatten(bslstl::StringRef const& stringRef);
Return Value
a temporary bsl::string constructed from stringRef
Parameters
Name |
Description |
stringRef |
string reference used to construct the temporary |
Created with MrDocs