Return a temporary bsl::string constructed from the specified stringView.
Declared in <bdls_filesystemutil.h>
static
bsl::string
flatten(std::string_view const& stringView);
a temporary bsl::string constructed from stringView
| Name | Description |
|---|---|
| stringView | string view used to construct the temporary |