Return a temporary bsl::string constructed from the specified stringRef.
Declared in <bdldfp_decimalutil.h>
static
bsl::string
flatten(bslstl::StringRef const& stringRef);
temporary bsl::string constructed from stringRef
| Name | Description |
|---|---|
| stringRef | string reference used to build a temporary string |