Return a null‐terminated C string for the specified string.
Synopsis
Declared in <bdls_filesystemutil.h>
static
char const*
flatten(std::pmr::string const& string);
Return Value
the null‐terminated C string from string.c_str()
Parameters
Name |
Description |
string |
string whose |
Created with MrDocs