Return a null-terminated C string for the specified string.
Declared in <bdls_filesystemutil.h>
static
char const*
flatten(std::string const& string);
the null-terminated C string from string.c_str()
| Name | Description |
|---|---|
| string | string whose c_str() result is returned |