Return a temporary bsl::string constructed from the specified stringView.

Synopsis

Declared in <bdls_filesystemutil.h>

static
bsl::string
flatten(std::string_view const& stringView);

Return Value

a temporary bsl::string constructed from stringView

Parameters

Name

Description

stringView

string view used to construct the temporary

Created with MrDocs