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

Synopsis

Declared in <bdldfp_decimalutil.h>

static
bsl::string
flatten(bslstl::StringRef const& stringRef);

Return Value

temporary bsl::string constructed from stringRef

Parameters

Name

Description

stringRef

string reference used to build a temporary string

Created with MrDocs